var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Talk of the Town: When Irish eyes are sleeping, it's a cheat
";
arnews[0] += "HARDY Daniel O'Donnell fans defied the freezing temperatures to sleep outside the Usher Hall and bag the best tickets for his forthcoming concert.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:00:03 GMT";
arnews[0] += "
";
arnews[1]="Labour Corrie star calls banned
";
arnews[1] += "The Labour Party broke privacy rules by making automated phone calls to nearly 500,000 people without their consent, the information watchdog has ruled.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:42:48 GMT";
arnews[1] += "
";
arnews[2]="Talk of the Town: When Irish eyes are sleeping, it's a cheat
";
arnews[2] += "HARDY Daniel O'Donnell fans defied the freezing temperatures to sleep outside the Usher Hall and bag the best tickets for his forthcoming concert.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="John vs. Jonathan: Who'd You Rather?
";
arnews[3] += "Posted at 12:57AM on Feb 6th 2010 by Ron 3. John Travolta flew his own airplane to Haiti with supplies and food.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="the Greatest Movie Star of Them All by Brad Eastland
";
arnews[4] += "A Who is the number one star working in movies today? A A Not the best actor; the biggest star.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:43:12 GMT";
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("