var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="SoapTalk Salutes the Young and the Restless Part 5
";
arnews[0] += "Soap Talk's Lisa Rinna & Ty Treadway interview the cast of the Young and the Restless to celebrate the launch of Y&R on SoapNet. (Part 5 of 5) Includes cast members Peter Bergman,...";
arnews[0] += "
Publ.Date : Sun, 02 Dec 2007 19:32:22 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="SoapTalk Salutes the Young and the Restless Part 4
";
arnews[1] += "Soap Talk's Lisa Rinna & Ty Treadway interview the cast of the Young and the Restless to celebrate the launch of Y&R on SoapNet. (Part 4 of 5) Includes cast members Peter Bergman,...";
arnews[1] += "
Publ.Date : Sun, 02 Dec 2007 19:24:40 GMT";
arnews[1] += "
";
arnews[2]="SoapTalk Salutes the Young and the Restless Part 3
";
arnews[2] += "Soap Talk's Lisa Rinna & Ty Treadway interview the cast of the Young and the Restless to celebrate the launch of Y&R on SoapNet. (Part 3 of 5) Includes cast members Peter Bergman,...";
arnews[2] += "
Publ.Date : Sun, 02 Dec 2007 18:39:28 GMT";
arnews[2] += "
";
arnews[3]="SoapTalk Salutes the Young and the Restless Part 2
";
arnews[3] += "Soap Talk's Lisa Rinna & Ty Treadway interview the cast of the Young and the Restless to celebrate the launch of Y&R on SoapNet. (Part 2 of 5) Includes cast members Peter Bergman,...";
arnews[3] += "
Publ.Date : Sun, 02 Dec 2007 06:14:15 GMT";
arnews[3] += "
";
arnews[4]="SoapTalk Salutes the Young and the Restless Part 1
";
arnews[4] += "Soap Talk's Lisa Rinna & Ty Treadway interview the cast of the Young and the Restless to celebrate the launch of Y&R on SoapNet. (Part 1 of 5) Includes cast members Peter Bergman,...";
arnews[4] += "
Publ.Date : Sun, 02 Dec 2007 05:46:05 GMT";
arnews[4] += "
";
totcount = 5;
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("