var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MLS takes TFC for granted
";
arnews[0] += "Somewhere in New York, there are more than a few people who take the rabid fan base of Toronto FC for granted.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:17:28 GMT";
arnews[0] += "
";
arnews[1]="Video: Landon Donovan's goals
";
arnews[1] += "I stumbled upon this on Youtube this morning..... Every international goal scored by Landon Donovan , starting with his finish against Mexico in a 2000 friendly.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:22:12 GMT";
arnews[1] += "
";
arnews[2]="Soccer on TV
";
arnews[2] += "The midweek includes the Libertadores Cup and English Premier League action. Look for Soccer on TV ... Soccer on TV The weekend's European league action begins on Friday with Gol TV Bundesliga coverage.";
arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Battle Of The Blues
";
arnews[3] += "As far as celebrity Evertonians go there's one in particular who doesn't shy away from discussing his love for the Blues 'on air'. Voice of the airwaves and renowned side-kick to Radio 1 DJ Chris Moyles, Comedy Dave is a name that many Evertonians wake up to when tuning in to the BBC's popular breakfast show.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:12:34 GMT";
arnews[3] += "
";
arnews[4]="Davis: U.S. striker conundrum still unresolved
";
arnews[4] += "Perfect bracket could win you $5,000 cash! First select which two teams will advance out of each the eight groups.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:09:58 GMT";
arnews[4] += "
";
arnews[5]="FGCU's men soccer takes on U.S. Under-17 to benefit Haiti
";
arnews[5] += "In an effort to help the victims of the Haitian earthquake, the FGCU men's soccer team will host the United States Under-17 National Team at the FGCU Soccer Complex on Saturday, Feb.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("