setTimeout ("changePage()", 5000); 
 
function changePage() { 
	URLStr = "./content.html";
	location = URLStr;
}