var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="North Shore Animal League America's Fourth Annual DogCatemy Celebrity Gala to Roll Out the 'Green Ca
";
arnews[0] += "Newsmakers and their pets will \"paws\" on a Green Carpet as North Shore Animal League America opens the doors at the Fourth Annual DogCatemy Celebrity Gala presented by Purina One brand pet food.";
arnews[0] += "
Publ.Date : Tue, 20 Oct 2009 16:35:42 GMT";
arnews[0] += "
";
arnews[1]="What Happened in the Hamptons This Weekend
";
arnews[1] += "'Tis the season to be swanning about the Hamptons! But just in case you're not, here's our weekly wrap-up of what you missed this weekend.";
arnews[1] += "
Publ.Date : Tue, 18 Aug 2009 10:02:16 GMT";
arnews[1] += "
";
arnews[2]="Jen's pole-r opposites know how to work it
";
arnews[2] += "When it comes to strip clubs, Jennifer Aniston is learning from the experts. While filming \"The Bounty\" in the Bronx last week on a makeshift strip club set, she and co-star Gerard Butler exchanged dialogue while four actresses pole-danced in the background.";
arnews[2] += "
Publ.Date : Mon, 17 Aug 2009 23:17:30 GMT";
arnews[2] += "
";
arnews[3]="South O' the Highway
";
arnews[3] += "South O' the Highway Quiogue's Budd Schulberg, Academy Award-winning writer of On the Waterfront, passed away last week.";
arnews[3] += "
Publ.Date : Thu, 13 Aug 2009 22:22:14 GMT";
arnews[3] += "
";
arnews[4]="The 'ewwws' have it on 'Bachelor'
";
arnews[4] += "Love stories give way to creepiness on 'Bachelor' Comments August 6, 2009 Our love-hate relationship with the \"Bachelor\" franchise has taken another hit.";
arnews[4] += "
Publ.Date : Thu, 06 Aug 2009 10:58:48 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("