

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_how_do').src="../images/how_do_on.gif";

}
else {
 if(this.n<60){setTimeout('howdo()',250);}};
}

howdo();

