function loadautopage()
{
setTimeout('top.location.href="home.html"',4500); // html file location followed by time
}