var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ModUrban Men: Shawn Christian, Return to the Shower. Now. - Square Hippies
";
arnews[0] += "Shawn Christian, Return to the Shower. Now. - Square Hippies -";
arnews[0] += "
";
arnews[1]="'DAYS' August Casting Notes and Appearances - Soap Opera Network
";
arnews[1] += "'DAYS' August Casting Notes and Appearances - Soap Opera Network -";
arnews[1] += "
";
arnews[2]="EventLine: 'DAYS' August Casting Notes and Appearances - Soap Opera Network
";
arnews[2] += "'DAYS' August Casting Notes and Appearances - Soap Opera Network -";
arnews[2] += "
";
arnews[3]="Alex Amith: Danloe 8/31/09: Author: BestDamnSoapCouples Keywords: Daniel Jonas Chloe Lane Danloe Shawn Christian Nadia Bjor.. http://bit.ly/LtV3b
";
arnews[3] += "Danloe 8/31/09: Author: BestDamnSoapCouples Keywords: Daniel Jonas Chloe Lane Danloe Shawn Christian Nadia Bjor..";
arnews[3] += "
";
arnews[4]="wowelster: Shawn Christian
";
arnews[4] += "Shawn Christian -";
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("