var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cnoc Mhuire, Granard conquer Gallen
";
arnews[0] += "Stepping up to the 'A' grade after winning the 'B' title last season, Cnoc Mhuire, Granard got the better of Offaly opponents Gallen C.S. in the opening round of the Leinster Vocational Schools Senior Football Championship at the Ferbane grounds on Wednesday of last week.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:45:55 GMT";
arnews[0] += "
";
arnews[1]="Boyle Wants Cillian Murphy For 127 Hours??
";
arnews[1] += "What's not to love about the British tabloids? They often produce asinine, bogus stories and their credibility worldwide is in the toilet, which gives them the freedom to write even more asinine and bogus stories.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:18:36 GMT";
arnews[1] += "
";
arnews[2]="Casting Notes: Cillian Murphy Rumored for Danny Boylea s Next; Two...
";
arnews[2] += "Here's a big and very likely wholly unsubstantiated casting rumor to start the day: One of the UK tabloids is saying that Cillian Murphy is Danny Boyle 's top choice to play Aron Ralston, the mountain climber at the center of his next film 127 Hours .";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:20:52 GMT";
arnews[2] += "
";
arnews[3]="DVD Reviews
";
arnews[3] += "The movie so fully captures the fetid air of Memphis, you'll feel a need to throw your face into some fresh winter air by the time you've hustled and flowed your way through this Craig Brewer project about personal passion and the price of fame.";
arnews[3] += "
Publ.Date : Tue, 03 Jan 2006 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Cillian Murphy + Danny Boyle To Team Up Again?
";
arnews[4] += "If Hollywood was hoping Danny Boyle's next film would be another jubilant, rags-to-riches fable in the vein of Slumdog Millionaire, then it has another thing coming.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 02:30:45 GMT";
arnews[4] += "
";
arnews[5]="Danny Boyle to make tale of climber who amputated his own arm.
";
arnews[5] += "SLUMDOG Millionaire director Danny Boyle and writer Simon Beaufoy are teaming up again - for a horrific film about a climber who hacked off his own ARM.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 17:16:22 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("