var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zooey Deschanel Is A Harlot - Manolith
";
arnews[0] += "I teach a headline writing class down at the Learning Annex if anyone wants to come down. Anyway. Zooey Deschanel – best known for being super cute, super awesome, and super married – is going to be in a movie about a (very nice) promiscuous ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="zooey deschanel - The Gossip Girls
";
arnews[1] += "Branching out to premium television, Zooey Deschanel has signed up to star in HBO’s new pilot based on the book “I’m With The Band: Confessions Of A Groupie.” The book was written by Pamela Des Barres, the woman influenced the character of ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:32:00 GMT";
arnews[1] += "
";
arnews[2]="Bonnaroo to feature DMB, Kings of Leon, Jay-Z - Oshkosh Northwestern
";
arnews[2] += "NASHVILLE, Tenn. (AP) - Bonnaroo (BAHN-ah-ROO) is known for its eclectic lineup. This summer’s roster takes it to a new level. Organizers announced Tuesday night a lineup that features the Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:01:00 GMT";
arnews[2] += "
";
arnews[3]="Bonnaroo lineup features Dave Matthews Band, Kings of Leon, and Jay-Z - Washington Examiner
";
arnews[3] += "NASHVILLE, TENN. — Bonnaroo (BAHN-ah-ROO) is known for its eclectic lineup. This summer's roster takes it to a new level. Organizers announced Tuesday night a lineup that features the Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z at ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:41:00 GMT";
arnews[3] += "
";
arnews[4]="ZOOEY DESCHANEL VIDEOS - Contactmusic.com
";
arnews[4] += "Actress ZOOEY DESCHANEL is to portray legendary rock groupie PAMELA DES BARRES in a new U.S. TV series. The (500) Days of Summer star will lead the cast in upcoming drama I’m With the Band: Confessions of a Groupie. The project is inspired by Des ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:06:00 GMT";
arnews[4] += "
";
arnews[5]="Zooey Deschanel Lands a New Gig - The Gossip Girls
";
arnews[5] += "Branching out to premium television, Zooey Deschanel has signed up to star in HBO’s new pilot based on the book “I’m With The Band: Confessions Of A Groupie.” The book was written by Pamela Des Barres, the woman influenced the character of ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 20:32:00 GMT";
arnews[5] += "
";
arnews[6]="Zooey Deschanel Is "With the Band" - NBC New York
";
arnews[6] += "\"(500) Days of Summer\" star Zooey Deschanel has signed on to play the ultimate groupie in a half-hour pilot for HBO . \"I’m With the Band: Confessions of a Groupie,\" the notorious memoir written by Pamela Des Barres, is to be turned into a dramedy ...";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[6] += "
";
arnews[7]="Zooey Deschanel to Play Promiscuous Rock and Roll Lady - Gawker
";
arnews[7] += "•Zooey Deschanel continues to play roles that make her look cool: She'll be starring in a half-hour pilot for HBO based on the Pamela Des Barres' memoir I'm With the Band: Confessions of a Groupie According to Deadline, \"Des Barres bragged about ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 20:18:00 GMT";
arnews[7] += "
";
arnews[8]="Zooey Deschanel to star in tv show about groupies! - Consequence of Sound
";
arnews[8] += "Let’s be honest. Mrs. Ben Gibbard, aka Zooey Deschanel , is totally like the most crushed on individual in all of indie music. So it’s a bit ironic to learn that the She & Him’er will once again dip her hand into acting, this time as the star ...";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 17:12:00 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("