var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="$13.60 Six Feet under For 24 Hours!! MTM!! Lost!! X-Men!! Iron Man!!...
";
arnews[0] += "Mary traded up to a one-bedroom, wondered if a man was leaving the priesthood for her, became a Big Sister, fell for the guy from \"That Girl,\" and attended a D.C. press junket with Lou.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 11:26:18 GMT";
arnews[0] += "
";
arnews[1]="24: A new day begins
";
arnews[1] += "In its first seven seasons, the suspenseful series was nominated for a total of 57 Emmy awards, winning for Outstanding Drama Series and Outstanding Lead Actor in a Drama Series for star Kiefer Sutherland .";
arnews[1] += "
Publ.Date : Thu, 07 Jan 2010 06:49:38 GMT";
arnews[1] += "
";
arnews[2]="FOX Sets January Clock for Day Seven of '24'
";
arnews[2] += "FOX has set a two-night January premiere for the long-delayed seventh season of the Emmy-winning drama \"24.\" Since FOX shifted \"24\" to a repeat-free, January-launching schedule in 2005 for the show's fourth season, the two-night, four-hour premiere has been the standard.";
arnews[2] += "
Publ.Date : Mon, 03 Nov 2008 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'True Blood' wraps season on HBO
";
arnews[3] += "WEEKEND'S MUST-SEE: 'True Blood' season-finale, 9 p.m. Sunday, HBO. To obsess on vampires, you can start with 'Vampire Diaries'; its OK pilot film reruns at 8 p.m. on CW.";
arnews[3] += "
Publ.Date : Sat, 12 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="411mania Interview: Ryan Hurst
";
arnews[4] += "He won a Two Tivos To Paradise Norty Award this spring for his brilliant performance as Opie on the FX series Sons of Anarchy, which returns with a second season tonight at 10 pm.";
arnews[4] += "
Publ.Date : Tue, 08 Sep 2009 21:40:46 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("