var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AFTRA the deal of choice
";
arnews[0] += "AFTRA has clearly become the deal of choice this pilot season, as producers shun SAG -- which once dominated primetime.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:04:05 GMT";
arnews[0] += "
";
arnews[1]="Pantheon Arrives in April from IDW
";
arnews[1] += "IDW Publishing and award-winning actor and WonderCon special guest Michael Chiklis are pleased to announce that the comic book series, Pantheon, will launch in April at WonderCon, one of the country's leading comics and pop culture conventions, held April 2nd through the 4th.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sheens working it out
";
arnews[2] += "While Charlie Sheen was officially charged Monday with felony menacing and misdemeanor charges for third-degree assault and criminal mischief -- tied to that Christmastime fight with wife Brooke Mueller -- I've learned things actually are improving in the actor's life.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:36:31 GMT";
arnews[2] += "
";
arnews[3]="'Island' guys
";
arnews[3] += "Above: Leonardo DiCaprio and Martin Scorsese promote \"Shutter Island'' yesterday in Rome.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:24:40 GMT";
arnews[3] += "
";
arnews[4]="Chiklis Plans Return To Series TV
";
arnews[4] += "U.S. actor Michael Chiklis is executive producing and will star in \"No Ordinary Family,\" a new drama pilot for ABC, the show's producers said.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pilot season: Michael Chiklis joins ABC's 'Family'
";
arnews[5] += "\"The Shield\" star Michael Chiklis is moving back to broadcast television with a lead role in ABC's drama pilot \"No Ordinary Family.\" Chiklis, who starred in \"The Commish\" and \"Daddio\" for ABC in the 1990s, will play the father of a family that's discovering it has special powers.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08: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("