var time = null
function move() {
        window.location = 'feed.php'
}

timer=setTimeout('move()',17*60000)


