var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Football shorts: David Beckham chasing hat-trick - Times Online
"; arnews[0] += "BECKHAM CHASING HAT-TRICK David Beckham plays for Los Angeles Galaxy against Real Salt Lake in the MLS final at Seattle’s Qwest Field today. A Galaxy win would see Beckham become only the second British player to win league titles in three ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:32:00 GMT"; arnews[0] += "
"; arnews[1]="My career has been a long rollercoaster ride: David Beckham - Daily News and Analysis
"; arnews[1] += "Beckham, who witnessed his under-whelming, injury-plagued start since returning to Galaxy from AC Milan, proved many critics wrong who thought that the England midfielder's adventure in Los Angles would end soon. \"I've never really had a steady line ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:47:00 GMT"; arnews[1] += "
"; arnews[2]="Beckham on hand to defend Henry - Irish Times
"; arnews[2] += "David Beckham has defended French captain Thierry Henry following his controversial ... He's a good person and a great player. It's a shame to see Ireland go out because they have such great fans but these things happen in football. \"I really don't ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:22:00 GMT"; arnews[2] += "
"; arnews[3]="Posh Prefers Sex To Sleep - MTV UK
"; arnews[3] += "However she doesn’t rock the undies in bed. Asked about her bedroom attire VB revealed: “I tend to wear nothing. But David bought me these little sets from Agent Provocateur, his favourite store.”"; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT"; arnews[3] += "
"; arnews[4]="David Beckham says internal friction at LA Galaxy helped unify team - The Guardian
"; arnews[4] += "David Beckham says the LA Galaxy squad have been brought closer together on their way to the MLS Cup final. Photograph: Stewart Cook/Rex Features David Beckham believes friction with his Los Angeles Galaxy team-mate Landon Donovan this summer helped ..."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:34:00 GMT"; arnews[4] += "
"; arnews[5]="Kaka: Beckham must be in England World Cup squad - Tribal Football
"; arnews[5] += "The Brazil international, who is happy to see the return of Beckham to former club AC Milan , believes the LA Galaxy midfielder is a must for the England team as well as being one of the smartest players he has shared the pitch with. \" David Beckham ..."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 00: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("
");