

function goon() {
	document.location.href="index.php?id=2";
}

//window.setTimeout("goon()", 38000);

