var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UEFA Champions League Returns to Fox Soccer Channel with Round of 16 Matches Beginning February 16
";
arnews[0] += "Fox Soccer Channel's coverage of the 2009/10 UEFA Champions League resumes with four live and exclusive match telecasts in high-definition* from the Round of 16, beginning Tuesday, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:13:52 GMT";
arnews[0] += "
";
arnews[1]="Josh Thompson: I have lessons to learn
";
arnews[1] += "Celtica s teenage centre-back Josh Thompson says he wants to learn as much from his mistakes as from his spell in the Hoops first team.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:47:20 GMT";
arnews[1] += "
";
arnews[2]="Arsenal chief Gazidis writes to Barcelona to warn them off Cesc
";
arnews[2] += "'s pursuit of their club captain Cesc Fabregas. The Mirror says Spanish giants Barcelona are ready to launch a A 40m bid for Fabregas this summer and believe they may be able to lure him away unless Arsenal win some silverware this season.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:28:42 GMT";
arnews[2] += "
";
arnews[3]="Villa And The Case For Their Attack
";
arnews[3] += "If you have anything to say on any subject, mail us at theeditor@football365.com Arsenal's Summer Foreseen Seeing as football news is quiet, I thought I would predict the future as accurate as can be.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:56:06 GMT";
arnews[3] += "
";
arnews[4]="Fantasy Focus: Squad of the Month
";
arnews[4] += "No fewer than seven players have had to be discounted due to their value, and it's all because the two most expensive players in the game are in the squad.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:41:02 GMT";
arnews[4] += "
";
arnews[5]="Breaking transfer news: Tuesday, February 9; Bayen Munich, Arsenal,...
";
arnews[5] += "Breaking transfer news: Tuesday, February 9; Bayen Munich, Arsenal, Barcelona, Liverpool, West Ham, Stoke, Manchester City, Blackpool, Bradford and Manchester United WHAT today's papers are saying .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:36:43 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("