function attend()
{
  		timimage=setTimeout("autrepage();",145000);
}

function autrepage()
{
 		document.location.replace("site.html"); 
}


window.onload=attend;


