var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Guide's Best & Worst of Soaps in 2009
";
arnews[0] += "Find out why as TV Guide unveils our best and worst choices from the most depressing year on record! BEST SOAP OPERA: One Life To Live BEST REAL-LIFE SOAP: Various behind-the-scenes soap shenanigans BEST WEB SOAP: Venice, venicetheseries.com BEST PRIME-TIME SOAP OPERA: Ugly Betty MOST IMPROVED PRIME-TIME SOAP: Desperate Housewives MOST IMPROVED ...";
arnews[0] += "
Publ.Date : Thu, 24 Dec 2009 03:36:27 GMT";
arnews[0] += "
";
arnews[1]="Thad Luckinbill, Amelia Heinle Welcome Daughter Georgia March
";
arnews[1] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"I love that Taye keeps talking about Walker's birth.";
arnews[1] += "
Publ.Date : Wed, 23 Dec 2009 17:33:18 GMT";
arnews[1] += "
";
arnews[2]="amelia_heinle's 2nd ever Amelia Heinle post
";
arnews[2] += "My user name namesake, the gorgeous Amelia Heinle , and her husband, Thad Luckinbill , just had a little girl! And they gave her two names off of my \"Favorite Names\" list! Daughter Georgia March was born on December 17.";
arnews[2] += "
Publ.Date : Wed, 23 Dec 2009 16:54:23 GMT";
arnews[2] += "
";
arnews[3]="Re: About Jamie Luner's portrayal of Liza
";
arnews[3] += "Before I give you my thoughts about Jamie's portrayal of Liza, I will point out that I'm more of a lurker due to my work commitments.";
arnews[3] += "
Publ.Date : Fri, 18 Dec 2009 06:32:24 GMT";
arnews[3] += "
";
arnews[4]="About Jamie Luner's portrayal of Liza
";
arnews[4] += "Before I give you my thoughts about Jamie's portrayal of Liza, I will point out that I'm more of a lurker due to my work commitments.";
arnews[4] += "
Publ.Date : Fri, 18 Dec 2009 03:54:57 GMT";
arnews[4] += "
";
arnews[5]="Casting Coup for General Hospital; All My Children's 40th Anniversary Opening
";
arnews[5] += "It is another casting coup for \"General Hospital.\" Scott Reeves joins the show in December.";
arnews[5] += "
Publ.Date : Mon, 26 Oct 2009 18:14:37 GMT";
arnews[5] += "
";
arnews[6]="Thad Luckinbill on the Importance of Setting Boundaries With Kids
";
arnews[6] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \" \" they said it Thad Luckinbill on the Importance of Setting Boundaries With Kids Michael Germana/SSI Photo /Landov That his son Thaddeus Rowe is just 22-months-old hasn't stopped The Young and The Restless star Thad Luckinbill from looking down the road ...";
arnews[6] += "
Publ.Date : Sun, 13 Sep 2009 02:34:28 GMT";
arnews[6] += "
";
arnews[7]="The Fayetteville Observer, N.C., Catherine Pritchard column: Art imitates life on TV soaps
";
arnews[7] += "Q: Are any of the stars on \"The Young and the Restless,\" \"As the World Turns\" and \"Guiding Light\" married to each other? Why is \"Guiding Light\" being canceled? -- B.W., Fayetteville A: Those CBS soaps feature a few real-life couples.";
arnews[7] += "
Publ.Date : Thu, 03 Sep 2009 12:39:44 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("