var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Jackie Earle Haley Tapped For Sinestro In Green Lantern, Superman to Cameo
"; arnews[0] += "Probably the most disappointing thing about Green Lantern is that the protracted and delayed production is going to ensure, without any doubt, that director Martin Campbell can't be in charge of the next Bond film and turn that franchise round again ."; arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 16:56:40 GMT"; arnews[0] += "
"; arnews[1]="Bears post win on penalty kick
"; arnews[1] += "HOMETEAM HIGH SCHOOL ROUNDUP Boys' Soccer Abby Kelley 1, North Brookfield 0: Sophomore Yekason Yeans scored on a penalty kick in the 19th minute to give the visiting Bears a win over the Indians ."; arnews[1] += "
Publ.Date : Sat, 12 Sep 2009 11:46:08 GMT"; arnews[1] += "
"; totcount = 2; 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("
");