var arnews = new Array(9);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dr. Andrew Ordon of the Hit TV Show 'The Doctors' Launches 'Surgical...
";
arnews[0] += "TRIO OF TOP BEVERLY HILLS PLASTIC SURGEONS COLLABORATE TO DELIVER CRITICAL MEDICAL CARE TO PEOPLE IN NEED IN U.S. AND AROUND THE GLOBE.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 15:30:02 GMT";
arnews[0] += "
";
arnews[1]="Accidentally on Purpose - the Examiner.com review
";
arnews[1] += "Every Monday, the Examiner.com National Sitcom team cooks up some popcorn, sits back and enjoys CBS's Monday comedy lineup.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Fundraiser has 'Purse-onality'
";
arnews[2] += "Tickets are on sale for Full Circle Senior Adult Day Center's \"Purse-onality\" fundraiser.";
arnews[2] += "
Publ.Date : Sat, 19 Sep 2009 00:00:07 GMT";
arnews[2] += "
";
arnews[3]="What's On Tonight: J.K. Rowling, Big Brother, Tosh.0, Penn & Teller
";
arnews[3] += "At 8, ABC has J.K. Rowling: A Year in the Life . CBS has a new Big Brother at 8. At 9, USA has a new Burn Notice , then a new Royal Pains .";
arnews[3] += "
Publ.Date : Thu, 16 Jul 2009 20:05:00 GMT";
arnews[3] += "
";
arnews[4]="Networks to air live coverage of Michael Jackson's memorial service
";
arnews[4] += "Melvin Price, of Northampton, England, holds a Michael Jackson lottery ticket while standing in line to sign a large poster of Michael Jackson at the Staples Center in Los Angeles, on Monday, July 6, 2009.";
arnews[4] += "
Publ.Date : Mon, 06 Jul 2009 22:32:53 GMT";
arnews[4] += "
";
arnews[5]="Continue reading "Inside track: Emmy race for lead comedy actress"
";
arnews[5] += "All five of last year's Emmy rivals for best comedy actress are back in the race and seem likely to return on July 16: Christina Applegate , America Ferrera , Tina Fey , Julia Louis-Dreyfus and Mary-Louise Parker .";
arnews[5] += "
Publ.Date : Fri, 03 Jul 2009 21:17:13 GMT";
arnews[5] += "
";
arnews[6]="Toobworld: on Broadway
";
arnews[6] += "Despite my fondness for Megyn Price, I had never seen an episode of 'Rules Of Engagement' before.";
arnews[6] += "
Publ.Date : Fri, 05 Jun 2009 10:52:56 GMT";
arnews[6] += "
";
totcount = 7;
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("