var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Washington hammered by new snowstorm
";
arnews[0] += "A man walks by the White House in Washington, D.C., early Wednesday morning. A winter storm warning remains in effect in for Washington, D.C., a city already paralyzed by near-historic levels of snowfall and where Congress, businesses and schools remain shut for a third day in a row.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:58:50 GMT";
arnews[0] += "
";
arnews[1]="Obama says music fueled civil rights movement
";
arnews[1] += "AP Yolanda Adams performs at a Black History Month event celebrating the music of the Civil Rights Movement 2 hrs 11 mins ago WASHINGTON Crediting civil rights -era protest songs and their spiritual predecessors for his election, President Barack Obama on Tuesday sat in the East Room of his and listened to an all-star lineup of performers pay ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:53:59 GMT";
arnews[1] += "
";
arnews[2]="President Obama sings at White House concert
";
arnews[2] += "President Obama hosted a concert at the White House on Tuesday honouring the leaders and musicians of the civil right movement.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:39:30 GMT";
arnews[2] += "
";
arnews[3]="Barack Obama hosts civil rights music night at White House
";
arnews[3] += "America's first black president transformed the grand ballroom into a concert hall.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:53:50 GMT";
arnews[3] += "
";
arnews[4]="Snow shuts down federal government, life goes on
";
arnews[4] += "If snow keeps 230,000 government employees home for the better part of a week, will anyone notice? With at least another foot of snow headed for Washington, Philadelphia and New York, we're about to find out.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:52:33 GMT";
arnews[4] += "
";
arnews[5]="Marquee acts signed up for Cork shows
";
arnews[5] += "Pop band Madness and metal veterans Megadeth are the latest acts to be added to the Live At The Marquee programme in Cork later this summer.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 12:43:44 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("