var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Week in Preview: November 21, 2009 - November 27, 2009
";
arnews[0] += "November 21, 2009 This movie wasn't good enough to be released in theaters, but Lifetime is taking some initiative and airing Personal Effects , an Ashton Kutcher and Michelle Pfeiffer sobfest about a younger man falling in love with a much older woman.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:17:30 GMT";
arnews[0] += "
";
arnews[1]="Think Your Office is a Freak Show?
";
arnews[1] += "Pictured: Standing: Phyllis Smith as Phyllis Lapin, Paul Lieberstein as Toby, Oscar Nu'ez as Oscar Martinez, Jenna Fischer as Pam Beesly, Angela Kinsey as Angela, B.J. Novak as Ryan Howard, Creed Bratton as Creed, Steve Carell as Michael Scott, Brian Baumgartner as Kevin, Kate Flannery as Meredith Palmer, Melora Hardin as Jan Levinson, Leslie David ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="ABC twangs to a great week of viewership
";
arnews[2] += "Country music helped ABC to its best ratings week in more than a year. The network, which narrowly lost to CBS for the distinction of America's most popular TV network last week, aired the Country Music Association awards to 17.2 million people, according to the Nielsen Co.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:04:59 GMT";
arnews[2] += "
";
arnews[3]="FOX 5 Special: Criminal Minds Pt. 2
";
arnews[3] += "One in four people in the Fulton County jail is mentally ill. Many of them don't know how to manage their illness and end up addicted to drugs, stealing to support their habits and then back in jail again.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:48:13 GMT";
arnews[3] += "
";
arnews[4]="Young Minds Tour Criminal Courts
";
arnews[4] += "Students from Kingsborough Community College saw the inner workings of the court system on Wednesday when they visited the courtroom of Brooklyn Supreme Court Justice Deborah A. Dowling , as part of a tour led by Shannon Taylor , the executive director of Not Just Blacks and Jews In Conversation, and Prof.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:30:57 GMT";
arnews[4] += "
";
arnews[5]="Family Matters meets The Young and the Restless ... casting wise
";
arnews[5] += "It's taken a while, but The Young and the Restless has finally filled a role that's been vacant for too long.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:02:00 GMT";
arnews[5] += "
";
arnews[6]="Moore's character recast in 'Restless'
";
arnews[6] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:58:47 GMT";
arnews[6] += "
";
arnews[7]="Spoiler Alert
";
arnews[7] += "Gavin Rossdale guest stars on \"Criminal Minds\" I found last weeka s episode of a oeCriminal Mindsa particularly engaging.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:45:22 GMT";
arnews[7] += "
";
totcount = 8;
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("