var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="ABC Zeroes In on George
"; arnews[0] += "ABC News ABC News President David Westin traveled to Washington Thursday and met with George Stephanopoulos, who has emerged as the heir apparent to Diane Sawyer as host of Good Morning America , Rebecca Dana reports."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 23:18:59 GMT"; arnews[0] += "
"; arnews[1]="Cheer launches new ad campaign with Web series
"; arnews[1] += "CINCINNATI A Procter & Gamble laundry detergent is getting its own soap-- soap opera, that is."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 15:36:21 GMT"; arnews[1] += "
"; arnews[2]="P&G Creates Soap Opera Campaign For Cheer
"; arnews[2] += "First major promotion for the brand since 2007. In a move that harkens back to the beginning of the soap opera genre, P&G has launched Brighten Bay, a new Cheer campaign inspired by daytime dramas that includes a new ad featuring real-life soap star Cameron Mathison of ABC's \"All My Children.\" The brand's first major campaign since 2007, Brighten ..."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 15:01:00 GMT"; arnews[2] += "
"; arnews[3]="McIntyre, Ethel M. 'Pudge'
"; arnews[3] += "Ethel M. 'Pudge' McIntyre, age 84, died Wednesday, November 3, 2009, surrounded by her family."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Cameron Mathison Talks About 40th Anniversary Of 'All My Children'
"; arnews[4] += "Soap opera star Cameron Mathison stopped by to talk about the 40th anniversary of All My Children and his involvement as the star of a new Cheer soap campaign Brighten Bay ."; arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 18:57:34 GMT"; arnews[4] += "
"; arnews[5]="'Soap Cruise' Returns to Celebrity Century
"; arnews[5] += "Among the activities that Soap Cruise organizers have arranged exclusively for Soap Cruise guests will be autograph and photo sessions, soap opera trivia games, an elite beach party with the stars, and other special events allowing guests to mingle with their favorite actors."; arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 23:26:20 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("
");document.write("
");