function document_onLoad() {
Timer1.start()
 }
function Timer1_onTimer() {
if ("shop/store/home.asp".length > 0)
    document.location.href="shop/store/home.asp";
else
    document.location.href="default.asp";
 }
function _Timer1_onTimer() { if (Timer1) return Timer1.onTimer(); }

