var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Youth Sports Roundup
"; arnews[0] += "The Rampage advanced to the semifinals of the State Cup with four wins over the weekend."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:55:04 GMT"; arnews[0] += "
"; arnews[1]="Prep Report: Baker girls pin shutou.....
"; arnews[1] += "When the Ida Baker Bulldogs and Cypress Lake Panthers met in a girls' high school soccer preseason scrimmage, the action got physical, to put it mildly."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:14:03 GMT"; arnews[1] += "
"; arnews[2]="Wisdom Lane Seventh Grade Girls Soccer Finishes Season
"; arnews[2] += "The Wisdom Lane seventh grade girls soccer team finished the season with four exciting victories."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:02:10 GMT"; arnews[2] += "
"; arnews[3]="Thousands are in KC for this weekend's National Catholic Youth Conference
"; arnews[3] += "Hip hop artist Flip Francis and Kyle Heimann of the band Popple perform together as dozens of youths listen."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:43:42 GMT"; arnews[3] += "
"; arnews[4]="Social Circuit
"; arnews[4] += "Planned Parenthood Southeastern Pennsylvania held its 21st annual Choice Event Nov."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:01:00 GMT"; arnews[4] += "
"; arnews[5]="This Week in Pac-10 Women's Soccer
"; arnews[5] += "The Wildcats closed out their season at home with losses to Oregon and Oregon State...SO F Renae Cuellar led the team with six goals on the season and Jasmine Namdar and Leila Amini led in the assists category with three each."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:53:55 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("
");