var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sparro: “The Nate Berkus Show,” Produced By Oprah Winfrey
";
arnews[0] += "“The Nate Berkus Show,” Produced By Oprah Winfrey -";
arnews[0] += "
";
arnews[1]="Newsfeed Update: 11.18.09
";
arnews[1] += "Newsfeed Update: 11.18.09 -";
arnews[1] += "
";
arnews[2]="Gwynn Landry: “The Nate Berkus Show,” Produced By Oprah Winfrey http://bit.ly/3t0kb7
";
arnews[2] += "“The Nate Berkus Show,” Produced By Oprah Winfrey";
arnews[2] += "
";
arnews[3]="Gwynn Landry: The next Oprah spin-off: Nate Berkus http://bit.ly/2eKMSp
";
arnews[3] += "The next Oprah spin-off: Nate Berkus";
arnews[3] += "
";
arnews[4]="Gwynn Landry: Oprah's Big Give to Nate Berkus: His Own Talk Show - Inside TV http://bit.ly/3itrdt
";
arnews[4] += "Oprah's Big Give to Nate Berkus: His Own Talk Show - Inside TV";
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("