var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="CMS Lady Jackets beat Cass
"; arnews[0] += "The CMS Lady Jackets basketball team defeated Cass on Saturday 52-10. Molly Palmer led the team with 15 points and eight rebounds."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:55:16 GMT"; arnews[0] += "
"; arnews[1]="Youth Sports Roundup
"; arnews[1] += "The Rampage advanced to the semifinals of the State Cup with four wins over the weekend."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:55:04 GMT"; arnews[1] += "
"; arnews[2]="Nichols rallies behind Bennett
"; arnews[2] += "WOMEN'S BASKETBALL Nichols 70, WPI 59 : Lyndsey Bennett of North Brookfield hit two 3-pointers in the final 1:33 as the Bison pulled away from the Engineers in the opening game of the Worcester City Tournament hosted by Worcester State."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:49:34 GMT"; arnews[2] += "
"; arnews[3]="ET Girls Basketball: Mineola 44, Pine Tree 38 and more
"; arnews[3] += "Le'Aundra Jackson led the way with 10 points, and Mineola earned a 44-38 win over the Pine Tree Lady Pirates."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT"; arnews[3] += "
"; arnews[4]="Exclusive Video: Viggo Mortensen and Cast Travel on The Road
"; arnews[4] += "Viggo Mortensen is an actor who is known for pushing the envelope with every screen role he takes."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:14:00 GMT"; arnews[4] += "
"; arnews[5]="Basketball: CMS Lady Jackets beat Adairsvlle
"; arnews[5] += "The CMS Lady Jackets beat Adairsville on Thursday 39-22. Kyleigh Carney led the team with 10 points."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:57:22 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("
");