var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Re: Bring Back Zach, Zendall, Team Slater
";
arnews[0] += "TPTB need to do whatever needs to be done to get TK back as Zach... What a loss for AMC....Pine Valley... Let's face it... Zach is a unique character......& Zendall are the hottest couple in daytime.....no one else comes close...JMHO I haven't watched the show since they left, but reading others thoughts & opinions, the show is seriously lacking ...";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 17:25:03 GMT";
arnews[0] += "
";
arnews[1]="Agnes Nixon and Susan Lucci X200
";
arnews[1] += "All My Children 's 82-year-old creator Agnes Nixon is known for penning pioneering storylines for daytime, and she told Entertainment Weekly i t's the controversial storylines surrounding AIDS, abortion and coming out she hopes will be her legacy.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 19:00:50 GMT";
arnews[1] += "
";
arnews[2]="'All My Children': Bright future?
";
arnews[2] += "In Los Angeles recently to celebrate the 40th anniversary of All My Children, creator Agnes Nixon - aka the 82-year-old queen of daytime television - talked about her show's controversial move to the west coast, the future of her other soap One Life to Live , and whether CBS made a mistake in canceling two of its daytime dramas.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 01:21:28 GMT";
arnews[2] += "
";
arnews[3]="Re: Dixie Returns
";
arnews[3] += "Wasn't Cady fired her last major go around for speaking up about the direction they were taking MK's character? I hardly think that was pulling up to the ATM and withdrawing.";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 02:50:51 GMT";
arnews[3] += "
";
arnews[4]="Re: Dixie Returns
";
arnews[4] += "Wasn't Cady fired her last major go around for speaking up about the direction they were taking MK's character? I hardly think that was pulling up to the ATM and withdrawing.";
arnews[4] += "
Publ.Date : Sun, 17 Jan 2010 19:10:05 GMT";
arnews[4] += "
";
arnews[5]="Re: Dixie Returns
";
arnews[5] += "Wasn't Cady fired her last major go around for speaking up about the direction they were taking MK's character? I hardly think that was pulling up to the ATM and withdrawing.";
arnews[5] += "
Publ.Date : Fri, 15 Jan 2010 21:35:02 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("