var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zooey Deschanel Wants to Cover Bobbie Gentry - S spinner
";
arnews[0] += "\"Her voice is incredible,\" Deschanel told Spinner at the mtvU Woodie Awards. \"There's a record of hers called 'Patchwork' that's really fantastic.\" And not only does Deschanel listen to Gentry's music, but she'd even cover one of her songs if given ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:56:00 GMT";
arnews[0] += "
";
arnews[1]="Zooey Deschanel on Singing “Sugar Town” and Other Favorite Music - Wall Street Journal
";
arnews[1] += "In a sign that Fox Searchlight has Oscar hopes for “500 Days of Summer” (best original screenplay?), the studio yesterday hosted a screening of the movie followed by a Q&A with stars Zooey Deschanel and Joseph Gordon-Levitt moderated by Amy ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:28:00 GMT";
arnews[1] += "
";
arnews[2]="Rick Ross, Clipse, Pete Wentz To Appear At Woodie Awards - MTV
";
arnews[2] += "On Monday (November 16), the Woodies also announced a slate of big-name presenters, including Pete Wentz, Zooey Deschanel, 3OH!3, Mary-Louise Parker, David Cross, Janelle Monáe, and Woodie of the Year nominee Asher Roth. The 2009 mtvU Woodie Awards ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:09:00 GMT";
arnews[2] += "
";
arnews[3]="Comedy noms may predict Oscar entries - Variety
";
arnews[3] += "Separating dramas from comedies and musicals has always invested the Golden Globes with extra interest. But with 10 titles destined to fill out the Oscar rolls for the first time since 1943, voters and award watchers may keep a closer eye than usual ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:21:00 GMT";
arnews[3] += "
";
arnews[4]="Kings Of Leon Take Home Woodie Of The Year Trophy - Post Chronicle
";
arnews[4] += "Kings Of Leon were the toast of American universities on Wednesday (18Nov09) after students selected them to win the top prize at the 2009 MTVU Woodie Awards. Students across the U.S. voted for their favourite acts to be honoured at the sixth annual ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:37:00 GMT";
arnews[4] += "
";
arnews[5]="Sibling rivalry? No 'Bones' about it - Post-Bulletin
";
arnews[5] += "Zooey Deschanel will join her sister, Emily, on a special episode of \"Bones\" coming to Fox on Dec. 10. It marks the first time the Deschanel sisters have worked onscreen together, though they both have enjoyed long careers. Zooey will play Brennan's ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:24:00 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("