/*************************************************
 * this is server time script.
 * created on: 2010-03-21 23:47:01 (Sun).
 ************************************************/

tx_time = new Array();
tx_time = {
     "year": "2010"
    ,"month": "03"
    ,"day": "21"
    ,"dayw": "0"    // weekday. 0 is sunday
    ,"hour": "23"
    ,"minutes": "47"
};

