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