<!--
var RndNum = Math.round(Math.random()*12);
var League = new Array();
League[0] = "albanyallstars_120.jpg"
League[1] = "capitalcity_120.jpg"
League[2] = "dallasderbydevils_120.jpg"
League[3] = "dirtydames_120.jpg"
League[4] = "gulfregion_120.jpg"
League[5] = "jerseyshore_120.jpg"
League[6] = "longislandrollerrebels_120.jpg"
League[7] = "masondixon_120.jpg"
League[8] = "neorockin_120.jpg"
League[9] = "shedevils_120.jpg"
League[10] = "tornadoalley_120.jpg"
League[11] = "tragiccity_120.jpg"
League[12] = "shorepoint_120.jpg"
League[13] = "wilmingtoncity_120.jpg"
document.write("<a href='pages.php?pageid=6'><img src='skin1/images/sponsored/"+League[RndNum]+"' border='0'></a>");
// -->