var image1=""; var desc1=""; var theimg=""; function cycle() { if (++theimg > 4) theimg=1; loadem(); document.getElementById("news_image").style.backgroundImage ='url('+ image1 +')'; document.getElementById("overtext").innerHTML = desc1; window.setTimeout('cycle();',5000); } function loadem() { if (theimg==1) { image1="/images/rotator/2.jpg"; desc1="Check out our COD4 Team in Cevo Season 5 Click here to view team page!"; } if (theimg==2) { image1="/images/rotator/3.jpg"; desc1="Track our Counterstrike Source Team in Cevo Season 10!"; } if (theimg==3) { image1="/images/rotator/4.jpg"; desc1="The Company that redesigned this awesome website for us. "; } if (theimg==4) { image1="/images/rotator/1.jpg"; desc1="Low Ping Gameservers the #1 Sponsor of Digital eXcellence, Best Quality, Best Prices, Best Support. "; } } var link = "http://www.lowpinggameservers.com" function urlswitch() { if (theimg==1) { link = "http://www.cevo.com/index.php?page=teams&func=view&id=34327&div=325"; } if (theimg==2) { link = "http://www.cevo.com/index.php?page=teams&func=view&id=34984&div=320"; } if (theimg==3) { link = "http://ivgrafix.com"; } if (theimg==4) { link = "http://www.lowpinggameservers.com"; } return link; } function doRoster(abbr) { var i; var theOptions = new Array(7); theOptions[0] = 'staff'; theOptions[1] = 'css'; theOptions[2] = 'cod4'; theOptions[3] = 'l4d'; theOptions[4] = 'wow'; theOptions[5] = 'bc2'; theOptions[6] = 'apb'; for (i = 0; i <= 7; i++) { if(theOptions[i] == abbr) { document.getElementById('rosterbox_' + theOptions[i]).style.display = 'block'; } else { document.getElementById('rosterbox_' + theOptions[i]).style.display = 'none'; } } }