var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="For All My Children's 40th anniversary, Julia Barr and more will be back
";
arnews[0] += "There's reason to be hopeful about All My Children 's move to Hollywood . Oh, yes, Thorsten Kaye has decided not to go -- bye, bye Zach -- but there's a list of stars lining up for the anniversary that's pretty spectacular.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 14:02:00 GMT";
arnews[0] += "
";
arnews[1]="5A: Lakeville South 40, Rochester JM 7
";
arnews[1] += "As football practice at Lakeville South ended Monday, a wager was made. Someone waved a dollar in the air and bet that stout lineman Ede Madolimov could not run a route and catch a pass.";
arnews[1] += "
Publ.Date : Wed, 28 Oct 2009 02:27:38 GMT";
arnews[1] += "
";
arnews[2]="The Pigman and The Pigman's Legacy
";
arnews[2] += "The Pigman . 4 CDs. 4:30 hrs. Graymalkin Media . 2009. ISBN 978-1-9351-6900-0. $24.95. The Pigman's Legacy .";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 00:57:11 GMT";
arnews[2] += "
";
arnews[3]="Greenlee breaks her silence
";
arnews[3] += "She's alive! Fan fave Rebecca Budig is returning to ABC's All My Children as that adorable bag o' crazy Greenlee Smythe - no minor feat considering the character died in a motorcycle accident last winter.";
arnews[3] += "
Publ.Date : Mon, 12 Oct 2009 21:41:04 GMT";
arnews[3] += "
";
arnews[4]="Lesbian Favorite Tamara Braun Snags Best Supporting Actress Emmy
";
arnews[4] += "Tamara Braun, best known to SheWired.com fans as one half of All My Children 's lesbian couple \"Rianca,\" took home a Daytime Emmy Sunday night for Best Supporting Actress for her work on another soap, Days of Our Lives .";
arnews[4] += "
Publ.Date : Mon, 31 Aug 2009 02:31:43 GMT";
arnews[4] += "
";
arnews[5]="Guiding Light is going dark
";
arnews[5] += "On the evening of Aug. 4, Twitter's list of 10 \"Trending Topics'' reflected, as it usually does, the headlines of the day.";
arnews[5] += "
Publ.Date : Fri, 28 Aug 2009 09:30:24 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("