var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shay Given will not play in World Cup again so why should Thierry Henry?
";
arnews[0] += "Making his point: Shay Given pleads with referee Martin Hansson after France scored with help from Thierry Henry's hand Even four days on from the Hand of Gaul, the anger cannot dissipate.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:57:04 GMT";
arnews[0] += "
";
arnews[1]="Georgia on My Mind as Irish Fail to See the Joke
";
arnews[1] += "My instinctive reaction to Thierry Henry's handball, in France's World Cup play-off victory over Ireland, was to emit a deep belly laugh.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:13:07 GMT";
arnews[1] += "
";
arnews[2]="Doyle gets the go-ahead for dream home
";
arnews[2] += "IRISH soccer hero Kevin Doyle was close to tears last week after losing to France -- but the international centre forward got news to cheer him up back home in Wexford .";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:20:22 GMT";
arnews[2] += "
";
arnews[3]="Fantasy Football: Start And Sit For Week 11
";
arnews[3] += "Matt Schaub, Texans QB: Here's what you need to know about Schaub: He has five TD passes and no interceptions in his last two games against the Titans, who have allowed a league-high 23 TD passes this year.Kevin Smith, Lions RB: The Lions face the Browns, who have one of the NFL's worst run defenses.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:40:03 GMT";
arnews[3] += "
";
arnews[4]="Howard Community College looks at tuition increase
";
arnews[4] += "Despite already high tuition, Howard Community College's trustees are preparing to raise the rates in order to give faculty members at the growing college a pay raise next fiscal year.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="People in business
";
arnews[5] += "Barbara Summers , vice president and chief nursing officer at the University of Texas M. D. Anderson Cancer Center, was inducted into the American Academy of Nursing as a fellow.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:00:00 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("