var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="City stunned by early Albion onslaught
"; arnews[0] += "Roberto Di Matteo's Premier League millionaires stamped their authority from the start and forged a two-goal lead inside 12 minutes."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:15:57 GMT"; arnews[0] += "
"; arnews[1]="Surging Tigers win another title
"; arnews[1] += "After years of dominating District 4 and the rest of the state, the 2009 version of Southern Columbia football was going nowhere."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:07:23 GMT"; arnews[1] += "
"; arnews[2]="Young star Kakuta set for spot on Blues bench
"; arnews[2] += "Chelsea fans may get the chance to see whether Gael Kakuta was worth all the fuss when he takes his place on the substitutes bench on Saturday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:01:19 GMT"; arnews[2] += "
"; arnews[3]="Fans urge Hunterdon Central board to name fieldhouse for Russ Riegel
"; arnews[3] += "The Hunterdon Central High School wrestling community celebrated a reunion of sorts on Monday, coming together before the school board to show their support for a petition drive to name the fieldhouse after former athletic director and coach Russ Riegel."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:31:01 GMT"; arnews[3] += "
"; arnews[4]="Live - Saturday football
"; arnews[4] += "Birmingham goal: Lovely goal. James McFadden spots Lee Bowyer's run and dinks a delightful ball over the top for the midfielder to chip the ball over Mark Schwarzer."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:21:12 GMT"; arnews[4] += "
"; arnews[5]="Chelsea boss Ancelotti: Kakuta as good as anything I have seen
"; arnews[5] += "His character is good, he is a quiet boy. \"Technically, he is fantastic, his left foot is very good."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:44:10 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("
");