var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Liverpool draw to hold off Man City
"; arnews[0] += "SPURS boss Harry Redknapp is backing Robbie Keane to take his World Cup frustrations out on Wigan."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:38:35 GMT"; arnews[0] += "
"; arnews[1]="F3: Vernay wins caution plagued Macau qualification race
"; arnews[1] += "Jean-Karl Vernay was the slightly surprised - and possibly surprising - winner of today's qualifying race at Macau."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:04:25 GMT"; arnews[1] += "
"; arnews[2]="Top 100: 6. Rossi downs Brazil
"; arnews[2] += "Our countdown of the top 100 football matches nears its climax, with number six featuring a striking masterclass from Paolo Rossi."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:07:59 GMT"; arnews[2] += "
"; arnews[3]="Team 88: The 2005 Detroit Tigers
"; arnews[3] += "Best Transaction: Signing Magglio Ordonez as a free agent.A The Tigers made their second major free-agent splash in two seasons with the signing of Magglio.A Ia TMm ignoring his semi-bad contract here and focusing solely on the Tigers signing a guy that would be a major presence in the middle of the Tigers lineup for the bulk of his contract.A ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:51:11 GMT"; arnews[3] += "
"; arnews[4]="Coach Jim Helms thinks Rivera athletics is turning around
"; arnews[4] += "Jim Helms said the Rivera football team - but Raiders athletics in general - looked as if it was starting to turn things around after missing the postseason in the final game of the regular season."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:16:48 GMT"; arnews[4] += "
"; totcount = 5; 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("
");