//resolutie switch







var speed = 5000







function reload() 







{







if(screen.width==1280)







{







window.location='http://www.sarisari.nl/index_4.html';



}



if(screen.width==1024)















{















window.location='http://www.sarisari.nl/index_3.html';















}















else if(screen.width==800)















{















window.location='http://www.sarisari.nl/index_2.html';



}



else



{



window.location='http://www.sarisari.nl/index_5.html';



}



}



setTimeout("reload()", speed);
