var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="THG's Top 10 Favorite TV Doctors
";
arnews[0] += "They may not be real doctors, but they cure what ails us on TV. Well, most of the time at least.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 21:50:00 GMT";
arnews[0] += "
";
arnews[1]="Harper Lee Classic 'To Kill a Mockingbird' Kicks Off Brind School's Main Stage Series
";
arnews[1] += "The Ira Brind School of Theater Arts at the University of the Arts kicks off its 2009 - 2010 Main Stage performance series with Harper Lee 's 1960 Pulitzer Prize-winning novel \"To Kill a Mockingbird.\" The production is the first of four Main Stage shows to be presented by the Brind School this season.";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 00:37:59 GMT";
arnews[1] += "
";
arnews[2]="Private Practice: The Complete Second Season
";
arnews[2] += "Our review of Private Practice: The Complete First Season , published December 10th, 2008, is also available.";
arnews[2] += "
Publ.Date : Mon, 05 Oct 2009 05:25:58 GMT";
arnews[2] += "
";
arnews[3]="Private Practice Is Bloody Brilliant
";
arnews[3] += "Private Practice returns to ABC with a bloody good premiere. Yes, it's good. And yes, it's very bloody.";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Private Practice's premiere is bloody brilliant
";
arnews[4] += "Private Practice returns to ABC with a bloody good premiere. Yes, it's good. And yes, it's very bloody.";
arnews[4] += "
Publ.Date : Fri, 02 Oct 2009 01:48:49 GMT";
arnews[4] += "
";
arnews[5]="Private Practice: Violet's Alive, But Not OK
";
arnews[5] += "Private Practice returns to ABC with a bloody good premiere. Yes, it's good. And yes, it's very bloody.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 05:07:08 GMT";
arnews[5] += "
";
arnews[6]="Spoilers Anonymous
";
arnews[6] += "Posted Sep 25th 2009 9:00AM by Isabelle Carreau Filed under: Spoilers Anonymous , Reality-Free This is Spoilers Anonymous , a weekly column here at TV Squad where we supply you with the dirt on some of the more popular shows on the air.";
arnews[6] += "
Publ.Date : Fri, 25 Sep 2009 13:00:00 GMT";
arnews[6] += "
";
arnews[7]="Who's Taking Over Private Practice This Season?
";
arnews[7] += "The cast of Private Practice came out last night for the American Cancer Society event to Blow Out Cancer, and while Kate Walsh and company gathered to raise money for that good cause, they also spilled secrets about season three.";
arnews[7] += "
Publ.Date : Tue, 22 Sep 2009 22:40:00 GMT";
arnews[7] += "
";
arnews[8]="Taye Diggs Digs Being Dad to Walker
";
arnews[8] += "AP/Courtesy of Idina Menzel and Taye Diggs Amid the chaos and anxiety that comes with being a newly minted father, Taye Diggs has emerged with that uniquely parental emotion: pure, unadulterated awe.";
arnews[8] += "
Publ.Date : Tue, 22 Sep 2009 19:28:21 GMT";
arnews[8] += "
";
totcount = 9;
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("