var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kimme Utsi: Liverpool Echo.co.uk - Liverpool FC - Rafa wants full focus.
"; arnews[0] += "Liverpool Echo.co.uk - Liverpool FC - Rafa wants full focus. -"; arnews[0] += "
"; arnews[1]="Adam Zand: @manifest_mag No heart attacks in 34 yrs supporting #Liverpool FC. Frayed nerves v St. Etienne '77 & TV fr Istanbul 2005 - both wins! #YNWA
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="RT @SoulOfReds: Everton FC and Liverpool FC fans join forces to revive the friendly derby http://bit.ly/5DyauB
"; arnews[2] += "RT @SoulOfReds: Everton FC and Liverpool FC fans join forces to revive the friendly derby"; arnews[2] += "
"; arnews[3]="uefa.com: Richard Aikman, Stadio Artemio Franchi: Welcome to an unseasonably mild Stadio Artemio Franchi, where ACF Fiorentina are hoping to reach the UEFA Champions League knockout stage for the first time in ten years. A win this evening over Olympique Lyonnais, who have already qualified for the Round of 16, will secure their safe passage out of a tricky Group E that also consists of Liverpool FC and Debreceni VSC. #UCL
"; arnews[3] += "Richard Aikman, Stadio Artemio Franchi: Welcome to an unseasonably mild Stadio Artemio Franchi, where ACF Fiorentina are hoping to reach the UEFA Champions League knockout stage for the first time in ten years. A win this evening over Olympique Lyonnais, who have already qualified for the Round of 16, will secure their safe passage out of a tricky... -"; arnews[3] += "
"; arnews[4]="uefa.com: Richard Aikman, Stadio Artemio Franchi: The Serie A side will even qualify with a draw if Liverpool FC fail to win at Debrecen, but given that the Hungarian side have yet to register a single Champions League point, the Reds will be hopeful of earning three points from their trip – which places the onus on Fiorentina to take charge of their destiny. #UCL
"; arnews[4] += "Richard Aikman, Stadio Artemio Franchi: The Serie A side will even qualify with a draw if Liverpool FC fail to win at Debrecen, but given that the Hungarian side have yet to register a single Champions League point, the Reds will be hopeful of earning three points from their trip – which places the onus on Fiorentina to take charge of their... -"; 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("
");