Ну тогда в том месте у Вас всё верно. Попробуйте так:
var different, base;
function redirect(){
window.location="http://localhost/test/index2.php"
}
function gothere(arg){
if(arg > base){
base=different;
redirect()
}
setTimeout(function(){gothere(99999)},30000)
}