var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dangerously Fading Away? Tori Spelling Steps Out Looking Scarily Skinny
";
arnews[0] += "Just over nine months after giving birth to her second child, Tori Spelling has certainly shed those pregnancy pounds - plus much more.";
arnews[0] += "
Publ.Date : Thu, 02 Apr 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="2010 Emmys go early; Gretchen Mol on HBO's 'Boardwalk'
";
arnews[1] += "The Emmys will be airing earlier than usual next year. It's NBC's turn to broadcast the Emmy Awards in 2010, and because the network broadcasts \"Sunday Night Football\" starting in mid-September, the Emmys will be bumped out of their traditional home on the third Sunday in September.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:18:10 GMT";
arnews[1] += "
";
arnews[2]="a Star Trek 2a 2: Casting Khana why couldna t it be a woman?
";
arnews[2] += "Oh, how the internets loves its casting rumors. Today, the nugget that caught my eye came from comingsoon.net , who not only floated the idea of Khan Noonien Singh being the villain in the next Star Trek flick, but that - \"if they started filming today\" - Lost 's Nestor Carbonell would be the deep-sleeping warlord who harries Kirk and Co.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:05:49 GMT";
arnews[2] += "
";
arnews[3]="Today's TWoP News: November 18, 2009
";
arnews[3] += "Casting, casting, casting! Where a woman is a woman and a man is an Elvis impersonator! Where Harry Potter gets animated, and Tim Gunn gets even more legendary! Where a crook becomes a cop, and Ethan Embry is still alive, apparently! His name is no longer Earl! Former My Name Is Earl star Jason Lee will return to television as the lead in the ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:06:34 GMT";
arnews[3] += "
";
arnews[4]="Amaury Nolasco and Ethan Embry Set for Pilots
";
arnews[4] += "Prison Break 's Amaury Nolasco will star opposite Radha Mitchell in A&E's drama pilot The Quickening , while Ethan Embry will star in USA Network's pilot Facing Kate .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:11:00 GMT";
arnews[4] += "
";
arnews[5]="Amaury Nolasco, Ethan Embry land pilots
";
arnews[5] += "Amaury Nolasco, left, and Ethan Embry \"Prison Break\" alum Amaury Nolasco is set to co-star opposite Radha Mitchell in A&E's drama pilot \"The Quickening,\" and Ethan Embry has joined USA Network's pilot \"Facing Kate.\" \"Quickening\" centers on Maggie Bird , a homicide detective assigned to a desk job after it is discovered that she has a bipolar ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:00:00 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("