var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knicks Hall of Famer Dick McGuire dies at 84
";
arnews[0] += "In this March 23, 2009, file photo, former New York Knicks player Dick McGuire poses for a photograph as he is honored during a halftime ceremony of the Knicks' NBA basketball game against the Orlando Magic in New York.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 04:11:56 GMT";
arnews[0] += "
";
arnews[1]="City centre cinemas on agenda
";
arnews[1] += "AFTER numerous false alerts, city centre cinemas are back on the agenda. The Limerick Post is privy to information that local developers are to approach Limerick City Council about the possibility of securing planning permission for a multi screen complex in Catherine Street.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 10:46:16 GMT";
arnews[1] += "
";
arnews[2]="in Brief
";
arnews[2] += "Three Port Huron bars sold alcohol to minors last week in a undercover sting by the Port Huron Police Department.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Dish Of Salt At 2010 SAG Awards: The Men Of a Dextera Think Michael C. Hall Is A Real a Troopera
";
arnews[3] += "David Zayas , James Remar , C.S. Lee and Desmond Harrington talk about why the SAG awards are their favorite of all the awards shows.";
arnews[3] += "
Publ.Date : Sun, 24 Jan 2010 08:59:19 GMT";
arnews[3] += "
";
arnews[4]="CW Couples Are Getting Together & Breaking Up
";
arnews[4] += "One Gossip Girl coupling is not long for this world, while one on The Vampire Diaries is about to take shape.";
arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 00:25:56 GMT";
arnews[4] += "
";
arnews[5]="Gossip Girl' Spoiler: Hearts Will Break
";
arnews[5] += "The euphoric East Side relationship between the two will soon come to an end according to E!a s Kristin Dos Santos.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 16:36:56 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("