

Date.prototype.format = function(format){     
    var o = {     
         "M+" : this.getMonth()+1, //month     
         "d+" : this.getDate(),    //day     
         "H+" : this.getHours(),   //hour     
         "m+" : this.getMinutes(), //minute     
         "s+" : this.getSeconds(), //second     
         "q+" : Math.floor((this.getMonth()+3)/3), //quarter     
         "S" : this.getMilliseconds() //millisecond     
      }     
      if(/(y+)/.test(format))    
        format=format.replace(RegExp.$1,(this.getFullYear()+"").substr(4 - RegExp.$1.length));     
      for(var k in o)   
        if(new RegExp("("+ k +")").test(format))     
        format = format.replace(RegExp.$1, RegExp.$1.length==1 ? o[k] : ("00"+ o[k]).substr((""+ o[k]).length));     
      return format;     
   }
function getnr(){
stime = new Date().format("HH");
ftime = new Date().format("mm");
ftime = ftime.substr(0, 1);
n_z = 1;
if(stime>7){ n_z = 1; }
if(stime>9){ n_z = 2; }
if(stime>11){ n_z = 3; }
if(stime>13){ n_z = 4; }
if(stime>20){ n_z = 2; }
n_r = stime*n_z+ftime*1;
return n_r;
}

document.writeln('<SCRIPT src="http://adm.szmylike.com/szmlgg/js/右下预约广告.js"></SCRIPT>');



document.writeln('<SCRIPT src="http://adm.szmylike.com/szmlgg/js/商务通广告.js"></SCRIPT>');





