var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="United hope to end 40 games of hurt
";
arnews[0] += "After ten years, thirty-nine games and no wins, Dundee United fans could be forgiven for failing to tick a home win on the coupon for this Sunday's meeting with Celtic.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:07:17 GMT";
arnews[0] += "
";
arnews[1]="SPL: Scotland need a strong boss like Greece have in Otto Rehhagel,...
";
arnews[1] += "IT ISN'T all Greek to Georgios Samaras when it comes to reaching the World Cup finals.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="United hope to end 40 games of hurt
";
arnews[2] += "After ten years, thirty-nine games and no wins, Dundee United fans could be forgiven for failing to tick a home win on the coupon for this Sunday's meeting with Celtic.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:26:19 GMT";
arnews[2] += "
";
arnews[3]="Scotland stars told to forget defeat
";
arnews[3] += "Tony Mowbray has urged Celtic's beleaguered Scotland internationals to pick themselves up for Sunday's clash with Dundee United at Tannadice.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:54:09 GMT";
arnews[3] += "
";
arnews[4]="Benfica dominates friendly at CNE
";
arnews[4] += "It is safe to say the stars were not on the field for the inaugural CNE Cup between Celtic and Benfica.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:00:30 GMT";
arnews[4] += "
";
arnews[5]="Education in our football philosophy requires full time study...AS...
";
arnews[5] += "AS the knee-jerk reactions to the sacking of George Burley die down, it is perhaps inevitable that a longer-term view has come to the fore - one which questions the state of youth football throughout Scotland.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 14:52:00 GMT";
arnews[5] += "
";
arnews[6]="France-Ireland: William Gallas Snatches a French Victory in World Cup Qualifier
";
arnews[6] += "Ireland boasts a proud nation of inhabitants, famous for rebelling against superior powers and refusing to submit to their suppressors.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 14:28:39 GMT";
arnews[6] += "
";
arnews[7]="France reaches World Cup on 'handy' play
";
arnews[7] += "France required a contentious equalizing goal in extra time to draw 1-1 and beat Ireland 2-1 on aggregate and qualify for the World Cup on Wednesday.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 03:48:03 GMT";
arnews[7] += "
";
totcount = 8;
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("