function window_onload(){
	window.location="index.html";
}

function window_onload2(){
	window.location=index2.html;
}
