function delayer(){ window.location = "https://www.sharejs.com"; } // END FUNC jQuery(document).ready(function(){ setTimeout('delayer()', 10000); });