var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Soap Opera Network: Two ‘AMC’ Stars Moonlight: "All My Children" stars Susan Lucci and Cameron Mathison take on new roles. http://bit.ly/29LiYM
";
arnews[0] += "Two ‘AMC’ Stars Moonlight: \"All My Children\" stars Susan Lucci and Cameron Mathison take on new roles.";
arnews[0] += "
";
arnews[1]="LaFern Cusack: Emmy Award winning actress, Susan Lucci, will serve as the 2009 Grand Marshal of The Hollywood Christmas Parade. 11/29/09.
";
arnews[1] += "Emmy Award winning actress, Susan Lucci, will serve as the 2009 Grand Marshal of The Hollywood Christmas Parade. 11/29/09.";
arnews[1] += "
";
arnews[2]="See-ming Lee 李思明 SML: Facebook | HARD SPARKLE #nyc #lgbt #art #experimental #performance #theater 2009-11-12 to 2009-11-22
";
arnews[2] += "Facebook | HARD SPARKLE";
arnews[2] += "
";
arnews[3]="gina vetrone wilson: @mike4000 Or Susan Lucci? HAHAHHAHAHA
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Video: Sir Elton John Raises Money to Fight AIDS: Sharon Stone, Susan Lucci and Tony Bennett attend.. http://digg.com/u1GY6T #tcot #tlot
";
arnews[4] += "Video: Sir Elton John Raises Money to Fight AIDS: Sharon Stone, Susan Lucci and Tony Bennett attend..";
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("