var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="jesus rodriguez: [Blog] Cameron Mathison would be pe...: W... http://ping.fm/UojM1
";
arnews[0] += "[Blog] Cameron Mathison would be pe...: W...";
arnews[0] += "
";
arnews[1]="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[1] += "Two ‘AMC’ Stars Moonlight: \"All My Children\" stars Susan Lucci and Cameron Mathison take on new roles.";
arnews[1] += "
";
arnews[2]="Jon Cronin: Win a trip to LA & have lunch with soap star Cameron Mathison! Enter the Cheer (client) Sparkle Like a Star sweeps at BrightenBay.com
";
arnews[2] += "Win a trip to LA & have lunch with soap star Cameron Mathison! Enter the Cheer (client) Sparkle Like a Star sweeps at BrightenBay.com";
arnews[2] += "
";
arnews[3]="Regina Caffey: Be sure to check out Soap Opera’s Weekly Digest featuring Cameron Mathison and Bryton McClure’s support for... http://fb.me/3dRJo1b
";
arnews[3] += "Be sure to check out Soap Opera’s Weekly Digest featuring Cameron Mathison and Bryton McClure’s support for...";
arnews[3] += "
";
arnews[4]="Regina Caffey: Be sure to check out Soap Opera’s Weekly Digest featuring Cameron Mathison and Bryton McClure’s support for clean... http://fb.me/3B7o1F5
";
arnews[4] += "Be sure to check out Soap Opera’s Weekly Digest featuring Cameron Mathison and Bryton McClure’s support for clean...";
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("