var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FREE gig: Kila
";
arnews[0] += "KA la members met in ColA iste Eoin, south Dublin and began busking on Grafton Street, alongside contemporaries Mic Christopher, Glen Hansard and Paddy Casey.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:47:11 GMT";
arnews[0] += "
";
arnews[1]="Chattanooga's Live Music Scene - Skin Deep, Delta Queen And Robert T. Nash
";
arnews[1] += "Reminder: Be sure and catch me on Robert T. Nash's award winning and highly acclaimed Live & Local Show, this Friday at 2:30 p.m. on WGOW FM 102.3 or at WGOW.com. We will feature the band Nothing & The Nobodies.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:05:52 GMT";
arnews[1] += "
";
arnews[2]="Thierry Henry virals flood internet as Ireland fumes over handball...
";
arnews[2] += "Thierry Henry virals flood internet as Ireland fumes over handball that put France through to World Cup By Daily Mail Reporter Last updated at 5:07 PM on 19th November 2009 The Irish Justice Minister today demanded a rematch after a blatant handball by French striker Thierry Henry beat Ireland and put France through to the World Cup Finals.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:04:08 GMT";
arnews[2] += "
";
arnews[3]="Kidneya s selection dilemma for Fiji test
";
arnews[3] += "DECLAN KIDNEY is the type of rugby man who would have taken almost as much satisfaction from Irelanda s victory in the Churchill Cup in the USA as he did from the Grand Slam heroics in the Six Nations Championships.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:02:18 GMT";
arnews[3] += "
";
arnews[4]="Cross country: Cornwall's Cuffe wins state title in record time
";
arnews[4] += "Aisling Cuffe played it safe on a wet track and still managed to set a course record and win her first state cross country championship on Saturday.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 22:35:34 GMT";
arnews[4] += "
";
arnews[5]="Cross country: Cornwall's Cuffe wins state title in record time
";
arnews[5] += "Aisling Cuffe played it safe on a wet track and still managed to set a course record and win her first state cross country championship on Saturday.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 11:09:16 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("