z = new Date(); tmout=(pageStarTime+3) - z.getSeconds(); if(tmout < 0) tmout = 0; setTimeout(function(){window.location.replace('');},tmout*1000)