var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="India's top tycoon denies bid for Liverpool FC - YAHOO!
";
arnews[0] += "But another Indian businessman reportedly in the running for the Merseyside club appeared more circumspect. The Times reported that Ambani, the world's seventh-richest man, was one of two tycoons from the subcontinent competing to purchase a stake in ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:02:00 GMT";
arnews[0] += "
";
arnews[1]="Mukesh Ambani, Sahara Group chief Roy reportedly bidding for Liverpool ... - New Kerala
";
arnews[1] += "London, Feb.9 : Billionaire Indian businessman Mukesh Ambani and Sahara Group chairman Subrata Roy have reportedly set their sights on buying debt-ravaged Liverpool FC from their American owners Tom Hicks and George Gillett Junior. According to The ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:13:00 GMT";
arnews[1] += "
";
arnews[2]="Mukesh Ambani bidding for Liverpool FC: Report - Express India
";
arnews[2] += "England WAGS refuse to go to World Cup i... Chelsea back on top with Arsenal win Barca plans £40 mn summer swoop for Fabr... London Mukesh Ambani, chairman of Reliance Industries and Subroto Roy, chairman of Sahara Group are reportedly bidding for a ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:33:00 GMT";
arnews[2] += "
";
arnews[3]="Reliance in denial of Mukesh Ambani's bidding for Liverpool FC - Zee News
";
arnews[3] += "London: Mukesh Ambani, chairman of Reliance Industries and Subroto Roy, chairman of Sahara Group are reportedly bidding for a 51 per cent stake in Liverpool football club, one of the most successful clubs in the history of English football. However ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:18:00 GMT";
arnews[3] += "
";
arnews[4]="Liverpool FC, Who Should Stay, Who Should Go? - Associated Content
";
arnews[4] += "On February 6th 2007 two Americans, Tom Hicks and George Gillett, bought Liverpool football club for $432.9 million. Since then things could not have gone worse. The club has been in constant state of disarray. With the passionate following from fans ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 03:45:00 GMT";
arnews[4] += "
";
arnews[5]="Liverpool FC vs Everton FC live stream soccer English Premier League ... - Gather.com
";
arnews[5] += "Another Merseyside derby looms. Liverpool won the previous fixture 0-2 at Goodison Park. Both sides are on a good run of form. And both seek financial windfall that European competition next season could bring. (But that’s beside the point on derby ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08:47: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("