var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="H'wood Signings, Hirings, Firings, Pt 2
";
arnews[0] += "WME talent agent Michael Cooper is jumping to CAA , bringing with him clients Josh Brolin, Charlie Hunnam, and a few others.A CooperA was considered William Morris chiefA Jim Wiatt's go-to guy because he used to be an assistant on the CEO's desk.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 01:17:44 GMT";
arnews[0] += "
";
arnews[1]="Afternoon Prep - Afternoon Prep - Afternoon Prep - Afternoon Prep
";
arnews[1] += "It's the return of nightmares in the kitchen. As \"Kitchen Nightmares\" returns to Fox, Chef Gordon Ramsey spreads his good cheer at a restaurant in Philadelphia.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 01:32:25 GMT";
arnews[1] += "
";
arnews[2]="What's On Tonight: Dollhouse, iCarly, Medium, Clone Wars
";
arnews[2] += "Here's the TV lineup for tonight . At 8, ABC has a new Supernanny , then new episodes of Shark Tank and 20/20 . CBS has a new Ghost Whisperer at 8, followed by new episodes of Medium and Numb3rs .";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 17:20:00 GMT";
arnews[2] += "
";
arnews[3]="On Tonight: 'Dollhouse' Ends for Good: Roger Catlin | TV Eye
";
arnews[3] += "Bumped last week because of the \"Hope for Haiti\" telethon, the series finale finally comes for \"Dollhouse\" , the Joss Whedon saga starring Eliza Dushku that never quite found its footing despite two seasons and every effort from the network.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 12:07:25 GMT";
arnews[3] += "
";
arnews[4]="What's on TV tonight?
";
arnews[4] += "Caprica, 9 p.m., Syfy. The fascinating opener introduced teen Zoe, who rebelled by following a one-god religion.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("