var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Youth sports
"; arnews[0] += "QC Power Hitters 16U strike gold in Cedar Rapids -- The QC Power Hitters 16U won the championship in the 16U division of the Kaepa Rapids Spikers Tournament Jan."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 17:23:00 GMT"; arnews[0] += "
"; arnews[1]="Celebrity sightings
"; arnews[1] += "Alejandro Sanz, Paulina Rubio, Emilio and Gloria Estefan, Eva Longoria and Jr and Loren Ridinger were spotted at the Market America 2010 World Conference at AmericanAirlines Arena."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:00:00 GMT"; arnews[1] += "
"; arnews[2]="Toombs, Bollea look to make name for themselves
"; arnews[2] += "It is almost impossible to ignore the giant elephant in the room. For mixed martial arts fighter Colton Toombs, the giant elephant is his father, professional wrestling legend \"Rowdy\" Roddy Piper."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:17:18 GMT"; arnews[2] += "
"; arnews[3]="Post a Comment
"; arnews[3] += "It is almost impossible to ignore the giant elephant in the room. For mixed martial arts fighter Colton Toombs, the giant elephant is his father, professional wrestling legend \"Rowdy\" Roddy Piper."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:35:55 GMT"; arnews[3] += "
"; arnews[4]="Cast of 'Jersey Shore' Headed to Miami?
"; arnews[4] += "According to TMZ, Miami is one of the American towns that MTV is looking to relocate the cast of 'Jersey Shore' to."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 06:02:43 GMT"; arnews[4] += "
"; arnews[5]="College notes
"; arnews[5] += "The following Naperville residents were named to the 2009 fall semester dean's list at Bradley University in Peoria: Erin M. Adler, Kristin M. Allexan, Kate E. Allt, Hayley M. Braatz, Amanda E. Burke, Samuel L. Emrie, Colleen M. Hickey, Ian K. Jones, Matthena Jones, Sara R. LaMontagne, Elizabeth K. Longman, Antonina R. Marrone, Daniel R. Moir, ..."; arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 11:15:17 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");