var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gav Reilly: Who do you get to replace Joe O'Shea? Only Grainne Seoige's sister. Say hello to Seoige and Seoige... http://tinyurl.com/62x3j8
";
arnews[0] += "Who do you get to replace Joe O'Shea? Only Grainne Seoige's sister. Say hello to Seoige and Seoige...";
arnews[0] += "
";
arnews[1]="Conor O'Neill: Why was Grainne Seoige wearing a Jaclyn Smith Charlie's Angels V1 crossed with shaggy dog wig on The Panel last week?
";
arnews[1] += "Why was Grainne Seoige wearing a Jaclyn Smith Charlie's Angels V1 crossed with shaggy dog wig on The Panel last week?";
arnews[1] += "
";
arnews[2]="RT @daveo_irl: Jaysus, Mafi is as bad as Grainne Seoige with his hair. New style each game. Just shave it off and be done with it! #rugby
";
arnews[2] += "RT @daveo_irl: Jaysus, Mafi is as bad as Grainne Seoige with his hair. New style each game. Just shave it off and be done with it!";
arnews[2] += "
";
arnews[3]="Tom Heston: Help fundraise for local breast cancer institute, urges Grainne Seoige - Galway Advertiser http://bit.ly/9jFGf
";
arnews[3] += "Help fundraise for local breast cancer institute, urges Grainne Seoige - Galway Advertiser";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Kelly Hall: Help fundraise for local breast cancer institute, urges Grainne Seoige - Galway Advertiser
";
arnews[4] += "Help fundraise for local breast cancer institute, urges Grainne Seoige - Galway Advertiser -";
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("