var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Moviefone's UnSexiest Men Alive, AKA '#2 Say WHAT?'
";
arnews[0] += "The only thing that beard inspires a woman to do is a lice check. This is a look that only works if you're Hassidic or Amish.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:34:49 GMT";
arnews[0] += "
";
arnews[1]="New Documentary "The People Speak" based on Howard Zinn's book, with Qorianka Kilcher
";
arnews[1] += "Last week I was attended a preview screening of \" The People Speak, \" an upcoming documentary on the History Channel, as guests of actress/activist Q'orianka Kilcher and her mother Saskia.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:30:47 GMT";
arnews[1] += "
";
arnews[2]="Is Aerosmith auditioning a singer?
";
arnews[2] += "Designer Cibeline Sariano makes some adjustments to model Tanja Lederer's outfit during \"Fashionably Late'' at the Liberty Hotel.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:27:14 GMT";
arnews[2] += "
";
arnews[3]="'The People Speak' brings Lupe Fiasco to UPenn
";
arnews[3] += "On Tuesday Nov. 18, the University of Pennsylvania hosted \"The People Speak Tour\" at the Irvine auditorium.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:30:03 GMT";
arnews[3] += "
";
arnews[4]="Matt Damon on Oprah Winfrey News: I Still Have to Digest It
";
arnews[4] += "ET was at the star-studded screening of Matt Damon 's new documentary in New York City on Thursday night, where the star shared his thoughts on the news that Oprah Winfrey plans to end her show in 2011.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:15:00 GMT";
arnews[4] += "
";
arnews[5]="Grapevinea "Ken Ober, Sarah Palin, Ashlee Simpson-Wentz, Adrianna Lima
";
arnews[5] += "Ken Ober Ken Ober Dies Television personality and comedian Ken Ober has died at the age of 52.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:34:34 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("