var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="South O' the Highway
";
arnews[0] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 GMT";
arnews[0] += "
";
arnews[1]="Nickelodeon's Stepchild, Eager for More Love
";
arnews[1] += "THESE days, even monsters have handlers. On a recent Monday morning at a cavernous design studio here, a quintet of colorful, uncategorizable creatures - or, at least, a group of people dressed to look like them - were being instructed on how to stand atop a long, narrow float that will soon make its maiden voyage in the Macy's Thanksgiving Day ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:48:13 GMT";
arnews[1] += "
";
arnews[2]="Greenport: The Hamptons See Star Power Even In The Low Season
";
arnews[2] += "The Hamptons have always been a hot spot for celeb activity, but this week it's the North Fork region of Long Island that has the big names.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:04:30 GMT";
arnews[2] += "
";
arnews[3]="celebs and their kids party with Yo Gabba Gabba
";
arnews[3] += "Raise your foot, raise your other foot. Walk in a circle... Do the puppet master! Elijah Wood is such a creeper during that dance! But damn it's catchy.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:11:33 GMT";
arnews[3] += "
";
arnews[4]="Anvil Knitwear Named Official T-Shirt Supplier of Yo Gabba Gabba! Live: There's a Party in My City
";
arnews[4] += "S2BN Entertainment is proud to announce Anvil Knitwear as the official t-shirt supplier for YO GABBA GABBA! LIVE: THERE'S A PARTY IN MY CITY 2009.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:20:18 GMT";
arnews[4] += "
";
arnews[5]="Poll: Most support curbs on malpractice suits
";
arnews[5] += "It's an issue that Democrats would rather not deal with as they shape a health care overhaul.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:52:53 GMT";
arnews[5] += "
";
arnews[6]="This is not Yo ordinary children's entertainment
";
arnews[6] += "When: Saturday; shows at 11 a.m. and 2 p.m. are sold out but, at press time, tickets were still available for the 5 p.m. show.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 13:47:22 GMT";
arnews[6] += "
";
arnews[7]="Movie Guide
";
arnews[7] += "Palace 2012 158 minutes Not reviewed PG-13 for some violence John Cusack, Chiwetel Ejiofor, Amanda Peet An epic adventure about a global cataclysm and its remaining survivors.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Anna Paquin Is A Blushing Bride While Katie Holmes Is A Bridesmaid
";
arnews[8] += "Filming for 'The Romantics' continues. The wedding scene was shot outdoors: a brave choice, considering the ever-present paparazzi! There's Anna Paquin in her wedding dress.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 21:49:47 GMT";
arnews[8] += "
";
totcount = 9;
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("