var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TJ Ferguson - Bleacherreport.com
";
arnews[0] += "Graduate of Notheastern University in Boston with a Bachelors of Science in Mechanical Engineering. Originally from Hudson Falls, New York. Favorite sports are hockey and soccer. Favorite teams are New York Rangers, New England Revolution, Celtic FC ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT";
arnews[0] += "
";
arnews[1]="McCallum could be seeking work - Regina Leader-Post
";
arnews[1] += "He once played third division soccer in Scotland, where his cousin Brian O'Neil was a midfielder for Celtic FC of the Premier League, so he knows about fanaticism. \"I went to Celtic Park for a game against Rangers once and witnessed a guy setting his ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:14:00 GMT";
arnews[1] += "
";
arnews[2]="Celtic FC star John Kennedy forced to retire after injury - Irish Central
";
arnews[2] += "One of Celtic FC ’s most promising players has been forced to retire from football after suffering from a serious ankle injury. “It is with great regret that I have made this decision,” Kennedy said. “However, given the medical advice which I ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Paul Dalglish Named Rowdies Head Coach - OurSports Central
";
arnews[3] += "The Tampa Bay Rowdies are excited to announce the hiring of Paul Dalglish as head coach for the 2010 inaugural season. Dalglish, a Scotland native, comes from an impressive soccer heritage as the son of \"King\" Kenny Dalglish, one of the greatest ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:56:00 GMT";
arnews[3] += "
";
arnews[4]="Tampa Bay Rowdies Announce Head Coach - Yahoo Finance
";
arnews[4] += "Dalglish started his career in 1994 at Glasgow Celtic FC and went on to play for Liverpool’s reserve team. Dalglish continued his professional soccer career as a striker and right-winger for Newcastle United FC playing under manager Rudd Gullit in ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:40:00 GMT";
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("