// Scripts for slider and watched divs -- MUST BE BELOW DIVS ON PAGE //The below script activates the thumb slider an then moves the //slider list proportional to the thumb slider. new Control.Slider( 'sliderThumb','thumbRail',{ sliderValue:0.04, onSlide:function(v){$('scrollList').style.left=(v*-1050)+'px'; }, onChange:function(v){$('scrollList').style.left=(v*-1050)+'px';} } ); //CALENDAR var cal_date = new Date(); var cal_date_str = "/CPM/calendar_" + cal_date.getDate() + ".jpg"; $("cal_date_img").setAttribute("src",cal_date_str);