function nowTimetick() {   
    var timenow = new Date().getTime();    
    return timenow;
}   
