function Timer1_onTimer() {
if ("".length > 0)
    document.location.href="";
else
    document.location.href="Index.html";
 }
function _Timer1_onTimer() { if (Timer1) return Timer1.onTimer(); }


