var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Isaac Mizrahi dishes with Fern Mallis to Norton Museum supporters at Omphoy
";
arnews[0] += "Isaac Mizrahi discusses his love of fashion and cooking with Fern Mallis, left, Friday at The Omphoy Ocean Resort.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:54:31 GMT";
arnews[0] += "
";
arnews[1]="Comedy noms may predict Oscar entries
";
arnews[1] += "Separating dramas from comedies and musicals has always invested the Golden Globes with extra interest.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:19:19 GMT";
arnews[1] += "
";
arnews[2]="Matt And Kim Steal Woodies Spotlight With Some Nearly Nude Friends
";
arnews[2] += "On a night packed with big-name stars and big-name performances , it was a frequently nude couple from Brooklyn that managed to steal the spotlight at the 2009 mtvU Woodie Awards .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[2] += "
";
arnews[3]="photo gallery
";
arnews[3] += "\"We've had one heck of a year,\" said Matt Johnson, before counterpart Kim Schifino leapt into the crowd.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Dead Weather
";
arnews[4] += "The Dead Weather played Music Hall of Williamsburg , playing Woodies tonight w/ Passion Pit, Diplo & Clipse photos by Kyle Dean Reinford Passion Pit and the Clipse -- featuring Cam'ron and Rick Ross -- have just been confirmed to perform at the sixth-annual Woodies, joining already-announced acts Death Cab for Cutie , the Dead Weather and Matt & ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Indie Theater Roundup: 7 Movies to See This Week
";
arnews[5] += "Joseph Gordon-Levitt and Zooey Deschanel play a star-crossed couple in Mark Webb's ' Days of Summer.' Courtesy Fox Searchlight Pictures For those seeking alternatives to this weekend's surefire blockbuster a ' the teenage romance New Moon a ' there are plenty of worthy options now playing at the Bay Area's indie theaters.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:38:56 GMT";
arnews[5] += "
";
arnews[6]="'You're All So Hammered You Don't Give A Fuck What I Say': Live From The Woodies
";
arnews[6] += "Girls not having much fun. Pic by Connar Walik, more below. Once a year, mtvU hosts the Woodies , an event that's a lot like the Teen Choice Awards, except that it caters to college kids and music-industry people who can say stuff like, \"I started listening to that band, like, two years ago.\" The award show held their third gala at the Roseland ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 21:25:39 GMT";
arnews[6] += "
";
arnews[7]="10 Things to Do This Weekend for Under $10
";
arnews[7] += "The holidays are gonna suck all our wallets dry in due time, but luckily the weekends still offer plenty of cheap options.";
arnews[7] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("