function CSlider(c,t,n,w){ this.c = document.getElementById(c); if(t!="ud")t="lr"; this.s = w; this.p = (t=="lr") ? "left" : "top"; this.l = false; this.cs=1;this.np = 0;this.n = n;this.tmpn=n;this.intrvl=null; this.startSlide=function(d,o,n){ if(this.l){return;} var tmpval=0; if(n= this.np))return true; else return false; }; this.getNCP=function(d){ if(d=='l')return this.getCP(d)-Math.ceil((this.getCP(d)-this.np)/3); else return this.getCP(d)+Math.ceil((this.np-this.getCP(d))/3); }; }; function nextSlide(obj,objid,y){ if(obj.cs==y){ obj.startSlide('r',objid,1); }else{ obj.startSlide('l',objid,(obj.cs+1)); } } function prevSlide(obj,objid,y){ if(obj.cs<=1){ obj.startSlide('l',objid,y); }else{ obj.startSlide('r',objid,(obj.cs-1)); } } var cs1 = new CSlider("xx",'',1,260); var dTab_d=1; var dTab_u='/new_mostreadsec/-2128936835.cms'; function dTabPopulate(_x,day,divid){ var tabArray = _x.split("#"); dTab_d = day; for(i=0;i