var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Re: Bring Back Zach, Zendall, Team Slater
";
arnews[0] += "I agree the show is boring without Alicia and Thorsten. They did bring a spark to the show that no one has been able to supply.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 13:02:54 GMT";
arnews[0] += "
";
arnews[1]="Re: Bring Back Zach, Zendall, Team Slater
";
arnews[1] += "I agree the show is boring without Alicia and Thorsten. They did bring a spark to the show that no one has been able to supply.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 07:47:02 GMT";
arnews[1] += "
";
arnews[2]="Re: Dixie Returns
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 18 Jan 2010 02:50:51 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 : Sun, 17 Jan 2010 19:10:05 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 : Fri, 15 Jan 2010 21:35:02 GMT";
arnews[4] += "
";
arnews[5]="'All My Children's' Susan Lucci: Erica and Ryan aren't 'long-term'
";
arnews[5] += "\"All My Children\" star Susan Lucci knows the path of love is never smooth, especially when you're on long-running soap opera.";
arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 01:44:47 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("