var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lifetime Television and Hallmark Give Special Holiday Gift to "Army Wives" Viewers
";
arnews[0] += "Partnership With Cable's Number One Drama Among W18-49 Includes Hallmark's Sponsorship of Season Three Viewer's Choice Mini-Marathon, Holiday-Themed \"Army Wives Gives Back\" Segment and \"Make It Meaningful Holiday Contest\" Source: Hallmark Cards, Inc.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:01:05 GMT";
arnews[0] += "
";
arnews[1]="Hallmark Cards, Inc.: Lifetime Television and Hallmark Give Special...
";
arnews[1] += "Lifetime Television and Hallmark Cards, Inc. are giving fans of the hit series \"Army Wives\" a special holiday gift this year -- a chance to see their three favorite Season Three episodes in back-to-back airings during a mini-marathon Friday, December 4, from 8 p.m. to 11 p.m. EST.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 13:00:00 GMT";
arnews[1] += "
";
arnews[2]="UTA Hires CAA Talent Agent Boghosian
";
arnews[2] += "EXCLUSIVE: Ia ve learned that UTA has hired CAA agent Darren Boghosian for its talent department.";
arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Season 3 finale of Army Wives on Lifetime TV
";
arnews[3] += "Army Wives is airing its season three finale on Sunday, October 11, 2009 at 10:00 PM ET/PT on Lifetime TV.";
arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 02:24:15 GMT";
arnews[3] += "
";
arnews[4]="On Tonight: Emmys, But Also 'Curb' Returns: Roger Catlin | TV Eye
";
arnews[4] += "Neil Patrick Harris, who has already proven himself a reliable host, on things from the \"TV Land Awards\" to the Tonys, will take the duties at The 61st Annual Emmy Awards , where he is also a leading contender for best supporting actor in a comedy for his work on \"How I Met Your Mother.\" \"30 Rock\" has the most nominations, with 22; \"Mad Men\" is ...";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 01:09:47 GMT";
arnews[4] += "
";
arnews[5]="Lifetime's 'Drop Dead Diva' Scores Highest Ratings of the Season in Women 18-49 and Women 25-54
";
arnews[5] += "Lifetime Television's break-out hit of the summer, \"Drop Dead Diva,\" scored its highest ratings ever among Women 18-49 , a 25% increase over its season-to-date average, and Women 25-54 , a 28% increase over its season-to-date average, with last night's performance at 9 PM ET/PT. The one-hour original comedic drama starring Brooke Elliott has built ...";
arnews[5] += "
Publ.Date : Tue, 01 Sep 2009 02:58:32 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("