function document_onLoad() {
Timer1.start()
 }
function Timer1_onTimer() {
if ("http://www.artcade.com".length > 0)
    document.location.href="http://www.artcade.com";
else
    document.location.href="index.asp";
 }
function _Timer1_onTimer() { if (Timer1) return Timer1.onTimer(); }


