var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 411 Movies Top 5 11.20.09: Week 192 - The Top 5 Talk Show Hosts We Want to See
";
arnews[0] += "The 411 Movies Top 5 11.20.09: Week 192 - The Top 5 Talk Show Hosts We Want to See Posted by Trevor Snyder on 11.20.2009 At the rate things are going, it seems like soon everybody will have their own talk show.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:33:34 GMT";
arnews[0] += "
";
arnews[1]="Twilight Spoofs Rise Like New Moon
";
arnews[1] += "Electronic Arts' Twilight parody, released Thursday and embedded above, turns Sims 3 characters into lipstick-wearing bloodsuckers, shirtless werewolves and other extra-super supernaturals.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:42:59 GMT";
arnews[1] += "
";
arnews[2]="'GQ' Party: Alexander Skarsgard Not Dating Kate Bosworth
";
arnews[2] += "Look at all the hot mens at the GQ Men of the Year party! The magazine is spreading the love across 5 different covers and threw a splashy soiree to celebrate the occasion.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:25:59 GMT";
arnews[2] += "
";
arnews[3]="Bar Refaeli
";
arnews[3] += "Here's Bar Refaeli launching Passionata's newest collection officially making her the hottest chick in lingerie today.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:30:17 GMT";
arnews[3] += "
";
arnews[4]="Leighton Meester poses for GQ
";
arnews[4] += "As promised, here's Leighton Meester's insane, lingerie-clad ass garnering her the title of GQ's Obsession of the Year .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:15:00 GMT";
arnews[4] += "
";
arnews[5]="Top Performers: State Edition
";
arnews[5] += "AARON ANDREWS, Aberdeen: Completed 11 of 18 passes for 356 yards and 4 TDs in a 42-16 win over Ripley in the 3A playoffs.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Kenny Ober Dies At 52
";
arnews[6] += "The thing that none of the obits I have read seem to recall is that the Ober-hosted MTV's Remote Control was a real melting pot for NY-based comedy talent at a time when a lot of rising stars were coming up.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 01:13:21 GMT";
arnews[6] += "
";
arnews[7]="Gamer Spotlight: Trixie interviews Zaythar
";
arnews[7] += "She's a cupcake freak in Morrisville, North Carolina who writes restaurant reviews for Popchix.com when she's not gaming, and makes KILLER brownies.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 22:59:13 GMT";
arnews[7] += "
";
arnews[8]="Leighton Meester in lingerie
";
arnews[8] += "Here's Leighton Meester posing in lingerie for the latest issue of GQ . While the Leighton Ass is a force to be reckoned with, I can't help but feel Blake Lively should smother it to death with her breasts thus exerting her dominance as the hottest Gossip Girl out there.";
arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 21:05:12 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("