var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Dan: She had a role in Freaks & Geeks?! http://bit.ly/A85mh
"; arnews[0] += "She had a role in Freaks & Geeks?!"; arnews[0] += "
"; arnews[1]="C. Grandsire-Koevoets: AshFoo: Oh god. Lizzy Caplan. Put your boobs away. Please.
"; arnews[1] += "AshFoo: Oh god. Lizzy Caplan. Put your boobs away. Please."; arnews[1] += "
"; arnews[2]="Daphne Abernathy: Just watched 'Charlie Bartlett" I give it an A-. And I spent the whole time confusing Kat Dennings and Lizzy Caplan.
"; arnews[2] += "Just watched 'Charlie Bartlett\" I give it an A-. And I spent the whole time confusing Kat Dennings and Lizzy Caplan."; arnews[2] += "
"; arnews[3]="Andy Wetherill: Dear Hollywood: More Lizzy Caplan. In everything, as much as possible. All the time.
"; arnews[3] += "Dear Hollywood: More Lizzy Caplan. In everything, as much as possible. All the time."; arnews[3] += "
"; arnews[4]="Andy Wetherill: Related to this: Everyone should check out PARTY DOWN, the new(ish) show from Rob Thomas (creator of Veronica Mars) and Paul Rudd (professional man-crush target). Let me count the reasons: It’s got tons of VM alumni. Jane Lynch being awesomely Jane Lynchy. The above mentioned Lizzy Caplan. Martin Star (Bill FUCKING Haverchuc)
"; arnews[4] += "Related to this: Everyone should check out PARTY DOWN, the new(ish) show from Rob Thomas (creator of Veronica Mars) and Paul Rudd (professional man-crush target). Let me count the reasons: It’s got tons of VM alumni. Jane Lynch being awesomely Jane Lynchy. The above mentioned Lizzy Caplan. Martin Star (Bill FUCKING Haverchuc) <- my hero. First... -"; 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("
");document.write("
");