var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="QPR 1 Ipswich 2
"; arnews[0] += "QPR fans turned on owner Flavio Briatore as their season of turmoil hit a new low at Loftus Road on Tuesday night."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:17:21 GMT"; arnews[0] += "
"; arnews[1]="Premier League: Pompey fight on, City loom up
"; arnews[1] += "Manchester City 's hunt for fourth place continues after a routine yet unconvincing 2-0 defeat of Bolton Wanderers ."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:13:00 GMT"; arnews[1] += "
"; arnews[2]="Championship Review
"; arnews[2] += "Roman Bednar celebrates his goal for West Brom. Coca Cola Championship. Click here to bet."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:12:13 GMT"; arnews[2] += "
"; arnews[3]="Premier League Review
"; arnews[3] += "Carlos Tevez celebrates Man City's opening goal. Barclays Premier League. Click here to bet."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:11:52 GMT"; arnews[3] += "
"; arnews[4]="NBA Capsules
"; arnews[4] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight win Tuesday night, 104-97 over the New Jersey Nets."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:38:57 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("
");