currentdata = -1; dataids = "centerrockfordnews,centerrockfordcoupons,centerrockfordweather,centerrockfordjobs,centerrockfordchat,centerusnews"; dataidsarray = dataids.split(","); function SwitchData(){ for (X in dataidsarray){hidediv(dataidsarray[X])} if(currentdata==dataidsarray.length-1){currentdata=0;} else{currentdata=currentdata+1;} showdiv(currentdata); setTimeout("SwitchData()", 8000); } function showdiv(pos) { dataid = dataidsarray[pos]; el = document.getElementById(dataid); el.style.display = 'inline'; currentdata=pos; document["nav" + pos].src = "/images/centernewsnav_over_0"+eval(pos+1)+".jpg"; for (X=0;X