<script>
setTimeout(function () {
window.location.href= 'http://www.socialjersey.com/'; // the redirect goes here
},4000); // 4 seconds
</script>
setTimeout(function () {
window.location.href= 'http://www.socialjersey.com/'; // the redirect goes here
},4000); // 4 seconds
</script>