var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="P-D reporter embroiled in wrongful conviction controversy says group wanted only to "find the truth"
";
arnews[0] += "Nov. 10, 2009 - Northwestern professor David Protess along with former students who have been subpoenaed by the states attorneys office, Nicole Lapin, left and Evan Benn, second from left, speak to the media after their court hearing at Cook County criminal Courts in Chicago.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Former KHOU reporter let go from CNN newscast
";
arnews[1] += "I have news about a former KHOU 11 reporter at CNN...and no it's not Twitter maniac Rick Sanchez either.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 14:18:00 GMT";
arnews[1] += "
";
arnews[2]="Revolving Door Newsletter: 11.13.09
";
arnews[2] += "Debuting a redesign with its November issue, this service-minded monthly pays $2/word for stories on beauty, health, home, money, and more.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Morning Newsfeed: 11.13.09
";
arnews[3] += "Click here to receive mediabistro.com's Daily Newsfeed via email. Playboy Reportedly in Sale Talks With Iconix Playboy Enterprises Inc., the men's magazine publisher, is in talks to sell itself to Iconix Brand Group Inc.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 16:22:01 GMT";
arnews[3] += "
";
arnews[4]="CNN.com Shuts Down Anchor-Driven Newscasts; Some Layoffs & Some Job Opps
";
arnews[4] += "Via Webnewser : CNN.com Live is shutting down its anchor-driven newscasts as of today.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 16:21:10 GMT";
arnews[4] += "
";
arnews[5]="CNN Says Adios to Live Online Anchors
";
arnews[5] += "It turns out the on-air resignation by CNN anchor Lou Dobbs was part of a more sweeping change, including a shift away from online anchor-driven news.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 14:00:51 GMT";
arnews[5] += "
";
totcount = 6;
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("