var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Scoop de Jour: Congrats to Julie Berman, Vincent Irrizarry, #GH & ex-ABC actors Jeff Branson & Tamara Braun.
";
arnews[0] += "Congrats to Julie Berman, Vincent Irrizarry,";
arnews[0] += "
";
arnews[1]="Soap Opera Network: Coming Soon through the Twitter. Vincent Irizarry and Jeff Branson's acceptance speeches.
";
arnews[1] += "Coming Soon through the Twitter. Vincent Irizarry and Jeff Branson's acceptance speeches.";
arnews[1] += "
";
arnews[2]="Soap Opera Network: Irizarry and Branson Win Supporting Actor: Vincent Irizarry (David Hayward, "All My Children") and Jeff Branson .. http://bit.ly/Rsl01
";
arnews[2] += "Irizarry and Branson Win Supporting Actor: Vincent Irizarry (David Hayward, \"All My Children\") and Jeff Branson ..";
arnews[2] += "
";
arnews[3]="namitha26: Christian Leblanc, Susan Haskell, Jeff Branson, Thorsten Kaye, Darin Brooks
";
arnews[3] += "Christian Leblanc, Susan Haskell, Jeff Branson, Thorsten Kaye, Darin Brooks -";
arnews[3] += "
";
arnews[4]="Shari: Why does everything say GL Wins Final Emmy? The show didn't win anything. Star Jeff Branson did. The show got a tribute. Let's be clear.
";
arnews[4] += "Why does everything say GL Wins Final Emmy? The show didn't win anything. Star Jeff Branson did. The show got a tribute. Let's be clear.";
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("