

if (!nupage){
	nupage = "/index.php";	
}

var timeouter = setTimeout("document.location=nupage",5000)

document.write("<div style='background-color:#3366CC;width:600px;padding:30px;font-family:sans-serif;color:#ffffff;font-size:16px;font-weight:bold;'>");
document.write("You have reached a page from our old website.<br><br>");
document.write("You will be redirected to the current version in a few seconds or you can <a style='color:#ffffff;text-decoration:underline;' href='");
document.write(nupage)
document.write("'>click here to go right now.</a><br><br>If you'd rather look at this old page, <a style='color:#ffffff;text-decoration:underline;' href='#' onClick='clearTimeout(timeouter)'>click here to cancel forwarding</a>.</div>")


