﻿//InitialPosition
var x;
//RightNow=new Date();
//thedate = RightNow.getFullYear() + "-" + RightNow.getMonth() + 1 + "-" + RightNow.getDate() + "-" + RightNow.getHours() + "-" + RightNow.getMinutes(); 
//mydate = "2009-01-22-17-00";
//mydate1 = "2009-01-25-23-00";
function loading() {
//    if (thedate >= mydate & thedate <= mydate1) {
//        newyear();
//    } else { 
        x = document.getElementById('main1');
        x.style.right = (screen.width - 980) / 2;
        x.style.left = (screen.width - 980) / 2;
    //}
}
//alert(thedate);
function newyear() {
    window.location = 'http://www.skis.com.tw/nsk/alert_Redirect.htm';
}