
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/

function kcrw_sponsors() {
i=0;
var ads = new Object();


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.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.boulevard.com//" target="_blank"><img src="/2011images/sponsors/Boulevard_logo.jpg" border=0 alt="Boulevard Brewing Company, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.southkcpainting.com//" target="_blank"><img src="/2011images/sponsors/South-KC-Painting-Logo.jpg" border=0 alt="South KC Painting, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.rosedalebarbeque.com//" target="_blank"><img src="/2011images/sponsors/rosedale.jpg" border=0 alt="Rosedale Bar.B.Q, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http:www.mr-sign.info//" target="_blank"><img src="/2011images/sponsors/mrsign.jpg" border=0 alt="Mr. Sign, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.pinkiecouture.com//" target="_blank"><img src="/2011images/sponsors/PinkieCouture.jpg" border=0 alt="Pinkie Couture, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://www.kcstorm.com//" target="_blank"><img src="/2011images/sponsors/storm.gif" border=0 alt="KC Storm, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://http://www.burlesonortho.com//" target="_blank"><img src="/2011images/sponsors/ortho.jpg" border=0 alt="Pinkie Couture, sponsor of the Kansas City Rollerwarriors"></a>';

ads[i++] = '<a href="http://http://www.jjs-restaurant.com//" target="_blank"><img src="/2011images/sponsors/JJs.jpg" border=0 alt="Pinkie Couture, 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]);

}
