var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Congrats 2 former WBEZer Micah Materre, now the official WGN-TV 9PM news co-host! & continued speedy rehab 2 Allison Payne. http://tr.i ...
";
arnews[0] += "Congrats 2 former WBEZer Micah Materre, now the official WGN-TV 9PM news co-host! & continued speedy rehab 2 Allison Payne.";
arnews[0] += "
";
arnews[1]="WGN-TV's Allison Payne gets expanded noon news slot
";
arnews[1] += "WGN-TV's Allison Payne gets expanded noon news slot -";
arnews[1] += "
";
arnews[2]="mark taylor: WGN's Allison Payne moves to expanded noon news: Duarte takes over Payne's slot alongside Suppelsa on the 5:3.. http://bit.ly/XoMHv
";
arnews[2] += "WGN's Allison Payne moves to expanded noon news: Duarte takes over Payne's slot alongside Suppelsa on the 5:3..";
arnews[2] += "
";
arnews[3]="Intense News: WGN's Allison Payne moves to expanded noon news
";
arnews[3] += "WGN's Allison Payne moves to expanded noon news -";
arnews[3] += "
";
arnews[4]="Poynter Institute: WGN-TV in Chicago shuffles its anchor line-up and expands midday and early-evening newscasts: http://bit.ly/3BZb2 /@mediaspy
";
arnews[4] += "WGN-TV in Chicago shuffles its anchor line-up and expands midday and early-evening newscasts:";
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("