var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea and United signal intent - UEFA
";
arnews[0] += "Manchester United FC moved above Arsenal FC into second place in the Premier League after a convincing 3-0 win over Everton FC in the late game in the Premier League on Saturday, but Chelsea FC remain five points clear at the top following their 4-0 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 GMT";
arnews[0] += "
";
arnews[1]="Football Quotes of the Year – 2007 - Soccerlens
";
arnews[1] += "Here are some notable quotes made during the past year. Each was stated by the named individual; however, my responses were created, and are not meant to represent the views of the individuals. Nor libel them in any way. This is both a factual and ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:11:00 GMT";
arnews[1] += "
";
arnews[2]="Win a pair of tickets with Ford to a - SkySports
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 19 Nov 2009 12:51:00 GMT";
arnews[2] += "
";
arnews[3]="Derek Scarlino - Bleacherreport.com
";
arnews[3] += "Some of my favorite teams are; Toronto Maple Leafs, SU Basketball, SU Lacrosse, Chelsea FC, LA Dodgers, University of Hawai'i Football (No, I'm not a bandwagon guy, my older brother has a BA from UH and is pursuing a Master's in Education there...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[3] += "
";
arnews[4]="David Brodian - Bleacherreport.com
";
arnews[4] += "I am a lifelong Giants, Chelsea FC, Yankees, and Nets fan. The NFL and EPL (English Premier League) are my favorite leagues, with the NBA and MLB coming in any order after that. I would love to see soccer grow in this country, as I have been playing ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:48:00 GMT";
arnews[4] += "
";
arnews[5]="Essien`s dream comes true - Ghanaian Chronicle
";
arnews[5] += "In solidarity for their team mate’s project, Frank Lampard, Didier Drogba, John Terry, Peter Cech and Chelsea FC offered their autographed sports kits which went for GH¢31,000, GH¢3,000, GH¢8,000, GH¢500 and GH¢1,000 respectively.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 16:01: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("