var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Blyth Spartans aim to down Harrogate Town
"; arnews[0] += "BLYTH Spartans are determined to increase Harrogate Town's relegation worries when the two sides go head to head at Croft Park tonight."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:59:11 GMT"; arnews[0] += "
"; arnews[1]="Foran looks set for The Showgrounds
"; arnews[1] += "DEFENDER Derek Foran is set to become Sligo Rovers' newest signing this week. The former Bray Wanderers player has been on trial at The Showgrounds for their two recent friendlies."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:46:17 GMT"; arnews[1] += "
"; arnews[2]="Ryana s goal sinks Bray as Cook assesses his options
"; arnews[2] += "SLIGO Rovers recorded their second pre-season friendly victory of the week as they defeated Bray Wanderers 1-0 in Kilternan, the home of Wayside Celtic, last Saturday afternoon."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:45:09 GMT"; arnews[2] += "
"; arnews[3]="Rovers begin their schedule by thrashing Sligo-Leitrim
"; arnews[3] += "THERE looked to be little signs of rust on Paul Cook's charges as they had their first outing of 2010 against the Sligo-Leitrim & District Junior Soccer League representative side at MacSharry Park last Wednesday evening."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:43:01 GMT"; arnews[3] += "
"; arnews[4]="Kenny to use friendlies to identify weaknesses
"; arnews[4] += "Derry City manager Stephen Kenny has said he hopes to use six up-and-coming pre-season friendlies to help him identify the team's weaknesses."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 11:05:20 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("
");