set timeout code

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

},4000); // 4 seconds
</script>