var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Serie A: Balotelli scores as Inter beat Bologna
"; arnews[0] += "Teenage forward Mario Balotelli responded to flak from coach Jose Mourinho by scoring to help Serie A leaders Inter Milan to a 3-1 win at Bologna on Saturday."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:58:44 GMT"; arnews[0] += "
"; arnews[1]="Football Diary:
"; arnews[1] += "Sevilla keep pressure on leaders Real in La Liga MADRID: Sevilla beat promoted Tenerife 2-1 away to keep the pressure on the leaders in La Liga on Saturday."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:08:07 GMT"; arnews[1] += "
"; arnews[2]="Balotelli silences Mourinho as Inter win
"; arnews[2] += "Teenage forward Mario Balotelli responded to flak from coach Jose Mourinho by scoring to help Serie A leaders Inter Milan to a 3-1 win at Bologna on Saturday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:33:59 GMT"; arnews[2] += "
"; arnews[3]="Inter, Juve try to forget looming title showdown
"; arnews[3] += "ROME: Inter Milan and Juventus, the top two teams in Serie A, are desperately trying to avoid talking up their looming table-topping clash."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:16:47 GMT"; arnews[3] += "
"; arnews[4]="Historic strike just the start for Zapater
"; arnews[4] += "Alberto Zapater never believed the footballing legend that Spanish players are not equipped to succeed with Italian clubs."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:54:00 GMT"; arnews[4] += "
"; arnews[5]="Blueshirts anything but Civil in Atlanta
"; arnews[5] += "With a 4-2 victory Wednesday, the NHL's New York Rangers completed a sweep of the Atlanta Thrashers in a best-of-seven Eastern Conference quarterfinal."; arnews[5] += "
Publ.Date : Sat, 21 Apr 2007 07:00:00 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("
");