var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Celtic star Aiden McGeady on trial for speeding - Daily Record
"; arnews[0] += "CELTIC star Aiden McGeady went on trial yesterday accused of driving at almost twice the speed limit. The 23-year-old midfielder is alleged to have driven his 4x4 Audi Q7 at 54mph in a 30mph stretch of dual carriageway in Glasgow last year. Pc ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 09:18:00 GMT"; arnews[0] += "
"; arnews[1]="More woe for Tony Mowbray as Aiden McGeady banned and stars crocked - Glasgow Evening Times
"; arnews[1] += "The 1-0 loss leaves Tony Mowbray’s men 10 points behind Rangers and only two ahead of Hibs, who have a game in hand. And they have also lost Aiden McGeady to suspension after the midfielder picked up a booking which has pushed him through the ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 10:45:00 GMT"; arnews[1] += "
"; arnews[2]="Mowbray says Fortune is still first choice for Celtic - BBC Sport
"; arnews[2] += "Fortune has scored eight times for the Glasgow side so far this season. \"Marc is at the front of the queue as far as I'm concerned. His performances over the last six weeks have been outstanding,\" said the Celtic manager. \"Everybody prejudged him on ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:22:00 GMT"; arnews[2] += "
"; arnews[3]="Mowbray: Marc-Antoine Fortune is still my first choice striker for ... - Daily Record
"; arnews[3] += "CELTIC boss Tony Mowbray may have recruited A-list striker Robbie Keane among three new frontmen in January - but he insists summer signing Marc-Antoine Fortune is still his top frontman. Fortune has scored eight goals in 23 games since his £3 ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 12:40:00 GMT"; arnews[3] += "
"; arnews[4]="FORTUNE STILL FAVOURED - MOWBRAY - Football365.com
"; arnews[4] += "Celtic manager Tony Mowbray insists Marc-Antoine Fortune is still top of his list of strikers. Fortune has scored eight goals in 23 games since his £3.8million move from French club Nancy in the summer, but was left out of the Active Nation Scottish ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:35: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("
");document.write("
");