var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flanked by welcoming flotilla, HMS Bounty arrives at Peanut Island
";
arnews[0] += "The famed HMS Bounty sailed up to the Palm Beach Maritime Museum today, flanked by a flotilla of recreational boats welcoming it to Peanut Island.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:35:27 GMT";
arnews[0] += "
";
arnews[1]="Royal Filth
";
arnews[1] += "Jen Deveroux's Royal Filth is on, happening every Saturday night from 9 p.m. to 2 a.m. at the laid-back Rose and Crown pub in downtown Phoenix.";
arnews[1] += "
Publ.Date : Thu, 24 Sep 2009 00:37:00 GMT";
arnews[1] += "
";
arnews[2]="Flanked by welcoming flotilla, HMS Bounty arrives at Peanut Island
";
arnews[2] += "The famed HMS Bounty sailed up to the Palm Beach Maritime Museum today, flanked by a flotilla of recreational boats welcoming it to Peanut Island.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:01:44 GMT";
arnews[2] += "
";
arnews[3]="New In Paper
";
arnews[3] += "THE American film writer dissects the life and career of actor Marlon Brando. Republished from the Winnipeg Free Press print edition November 21, 2009 H7 Rate this This article has not yet been rated.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:40:05 GMT";
arnews[3] += "
";
arnews[4]="Book Review: Chronic City, by Jonathan Lethem
";
arnews[4] += "Chronic City By Jonathan Lethem Doubleday 467 pp.; $34 Reviewed by Benjamin Errett When you encounter a novel filled with characters with names like Perkus Tooth, how do you react? If you roll your eyes and lament the loss of good old-fashioned nomenclature, Jonathan Lethem's Chronic City is not for you.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:07:51 GMT";
arnews[4] += "
";
arnews[5]="Security guards hired to watch properties
";
arnews[5] += "WITH his icy blue eyes staring challengingly from beneath heavy lids, a sneer on his lips and an air of nonchalant disdain, Steve McQueen was Hollywood's epitome of cool.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:29:35 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("