var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Desperados be the Female Hangover ?
";
arnews[0] += "With the roaring box-office success of this summer's The Hangover , not to mention its planned sequel, you can all but rest assured that studios are being flooded with pitches that begin something like, \"It's just like The Hangover , except,\" even as we type this.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:00:13 GMT";
arnews[0] += "
";
arnews[1]="Johnny Depp Is The Sexiest Man Alive
";
arnews[1] += "The queer vampire almost won, but 2009's Sexiest Man Alive has gone to Johnny Depp.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:03:00 GMT";
arnews[1] += "
";
arnews[2]="People Magazine's Sexiest Man Alive 2009: Johnny Depp, the Sequel
";
arnews[2] += "Johnny Depp Joins Sexy Leading Men Brad Pitt and George Clooney as People 's Sexiest Man Alive Two-Time Honorees Actor Johnny Depp has been named People magazine's Sexiest Man Alive for 2009.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:46:01 GMT";
arnews[2] += "
";
arnews[3]="Johnny Depp Named Sexiest Man Alive - for Second Time
";
arnews[3] += "For just the third time ever, there is a two-time winner of People Magazine's Sexiest Man Alive award.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:36:50 GMT";
arnews[3] += "
";
arnews[4]="Peoplea s Sexiest Man Alive a 09 is surprise pick
";
arnews[4] += "Take a look back at the magazine's most iconic covers, from the death of John Lennon to the election of President Barack Obama.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:59:13 GMT";
arnews[4] += "
";
arnews[5]="The Sexiest Man Alive: Johnny Depp
";
arnews[5] += "Break out the Bordeaux, the whoopee cushions and the bangin' Keith Richards guitar solos, because the 2009 Sexiest Man Alive party is officially under way.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:00:00 GMT";
arnews[5] += "
";
arnews[6]="Cage uncuffs inner bad cop for `Bad Lieutenant'
";
arnews[6] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action flicks he's done.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 14:35:18 GMT";
arnews[6] += "
";
arnews[7]="Isla and Olive Stay Connected at the Hip and on the Phone
";
arnews[7] += "Olive Cohen was the one doing the entertaining during a stroll with her mom Isla Fisher on Sunday in LA.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 10:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("