<!--
var GoURL = "top.html";
var Byou = 0;
function pageChange() {
  top.location.href = GoURL;
}
setTimeout("pageChange()",Byou * 10);
//-->
