var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andriy Voronin : Liverpool FC's Invisible Man - Bleacherreport.com
";
arnews[0] += "“He is clever, has great game awareness and gives us so many options in attack. He can play behind a main striker, lead the line himself, or come into attack from the flanks.” Is this the same Andriy Voronin that is currently in possession of the ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 21:22:00 GMT";
arnews[0] += "
";
arnews[1]="Nabeel Khokhar - Bleacherreport.com
";
arnews[1] += "I am a life long Liverpool fan whose days of supporting the club start from the era of Kevin Keegan. Needless to say, I've lived through some great and some not so great times at Liverpool FC. However for me, there is no other football club in the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[1] += "
";
arnews[2]="Buccament Bay to open in July 2010 - Leisure Opportunities
";
arnews[2] += "Leisure and sport facilities at the resort include the Pat Cash Tennis Academy, Liverpool FC Soccer School, The Island Sanctuary Spa, Harlequin Performing Arts Academy and a diving and watersports centre. Former Wimbledon champion Pat Cash will ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[2] += "
";
arnews[3]="Latest North West News - Wigan Today
";
arnews[3] += "Families tell of rescue Families have spoken of being rescued from the floods in in Cumbria. Man in court on Gerrard burglary charge A man accused of taking part in a burglary at the home of Liverpool FC star Steven Gerrard will appear in court. 11 ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:21:00 GMT";
arnews[3] += "
";
arnews[4]="Win a pair of tickets with Ford to a - SkySports
";
arnews[4] += "We're offering a pair of tickets to watch Chelsea FC vs APOEL FC at Stamford Bridge on Tuesday 8th December and Liverpool FC vs ACF Fiorentina at Anfield on Wednesday 9th December . Each match should be thrilling spectacles as Chelsea FC aim to ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:51:00 GMT";
arnews[4] += "
";
arnews[5]="Liverpool Legend Jan Molby Coming To New York City - EPL Talk
";
arnews[5] += "Jan Molby is a player that I have a lot of time for. The Danish footballer was a maestro in midfield. While he’s best remembered as being a pivotal player for Liverpool during his time there between 1984 and 1996, he has a special place in my heart ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:02:00 GMT";
arnews[5] += "
";
arnews[6]="Around the leagues - UEFA
";
arnews[6] += "Liverpool FC have their backs to the wall in England, the top two meet in Ukraine while three big derby games are among the highlights as uefa.com previews the weekend's action. Follow the scores throughout the weekend from all the European leagues ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 09:51:00 GMT";
arnews[6] += "
";
totcount = 7;
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("