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]="Should You Buy Netflix Stock?
";
arnews[1] += "Netflix stock recently closed over 60 dollars which is more than double where the stock was in October of last year.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:51:27 GMT";
arnews[1] += "
";
arnews[2]="Love in Brooklyn; death in Naples
";
arnews[2] += "Left: Toni Servillo in \"Gomorrah.\" Right: Joaquin Phoenix and Vinessa Shaw in \"Two Lovers.\" This week brings us two of the most interesting films we're likely to see in 2009, and at first glance they couldn't be more different.";
arnews[2] += "
Publ.Date : Thu, 12 Feb 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="James Franco's Crazy Genius In Full And Gangsterlicious Flower
";
arnews[3] += "Let's suppose you are an actor. You can do comedy; you can do drama. You have been talked up for an Oscar, though not nominated for one.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:23:56 GMT";
arnews[3] += "
";
arnews[4]="Dangerously Fading Away? Tori Spelling Steps Out Looking Scarily Skinny
";
arnews[4] += "Just over nine months after giving birth to her second child, Tori Spelling has certainly shed those pregnancy pounds - plus much more.";
arnews[4] += "
Publ.Date : Thu, 02 Apr 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="This week at the movies
";
arnews[5] += "LA INVENCIN DE LA CARNE. Santiago Loza explores the feminine world, with a woman who offers her body for medical experiments and a young man obsessed with her who will take her on an unexpected journey.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 13:09:08 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("