
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/

function kcrw_sponsors() {
i=0;
var ads = new Object();

ads[i++] = '<a href="http://www.chipotle.com/" target="_blank"><img src="/IMAGES/SPONSORS/chipotle.gif" border=0 alt="Chipotle Kansas City, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.videomaniakc.com/" target="_blank"><img src="/IMAGES/SPONSORS/videomlogo.png" border=0 alt="Video Mania, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.360kc.com/" target="_blank"><img src="/IMAGES/SPONSORS/360kc_onBlack.gif" border=0 alt="360KC, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.pabstblueribbon.com/" target="_blank"><img src="/IMAGES/SPONSORS/PBR.jpg" border=0 alt="Pabst Blue Ribbon Beer, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.pilatesreformed.com/" target="_blank"><img src="/2010images/sponsor/pilates.jpg" border=0 alt="Pilates Reformed, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.patthomassells.com/" target="_blank"><img src="/IMAGES/SPONSORS/patthomas.jpg" border=0 alt="ReMax, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.edgewisesportsupply.com/" target="_blank"><img src="/IMAGES/SPONSORS/EdgeWiseRoller.jpg" border=0 alt="Edge Wise Skate Supply, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.kprs.com//" target="_blank"><img src="/2010images/sponsor/Hot_103_logo_stkdSmall.jpg" border=0 alt="Hot 103 Jamz, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.crossroadsbootcamp.com//" target="_blank"><img src="/2010images/sponsor/bootcamp.jpg" border=0 alt="Crossroads Bootcamp, sponsor of the Kansas City Rollerwarriors"></a>';


ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
 ad_num = dat%ads.length;
else
 ad_num = 0;
document.write(ads[ad_num]);

}