var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Losing Winfrey would be big blow for Second City
";
arnews[0] += "Step outside Oprah Winfrey's Harpo Studios and into the near west side neighborhood that's been home to her television talk show for two decades, and it's easy to get a sense of what she's meant to Chicago.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:23:31 GMT";
arnews[0] += "
";
arnews[1]="Oprah's departure presents problem for TV stations
";
arnews[1] += "In this image taken from video Friday, Nov. 20, 2009 and provided by Harpo Productions Inc., talk-show host Oprah Winfrey announces during a live broadcast of \"The Oprah Winfrey Show\" in Chicago that her daytime television show, the foundation of a multibillion-dollar media empire, will end its run in 2011 after 25 seasons on the air.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 12:23:01 GMT";
arnews[1] += "
";
arnews[2]="EDITORIAL: Gunning for Sarah Palin
";
arnews[2] += "Most of the media hate Sarah Palin. Given the hyperfocused offensive targeted at her, the simple conclusion is that the left-wing establishment views the former Alaska governor as the greatest threat to the current Democratic monopoly on power in Washington.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 12:18:42 GMT";
arnews[2] += "
";
arnews[3]="It's Chubby Checker Day
";
arnews[3] += "With Friday's announcement of her show coming to an end in 2011, has the Oprah Winfrey Show been a television 'must see' for you in the past 25 years? Absolutely: 2 Sometimes: 2 Not At All: 7 Didn't Care: 2 Total Votes: Photo by Bob Fraley Jerry Cochran, left, of Adopt A Soldier visits with Lamar Nelms, owner of a 1955 Chevy.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 12:11:58 GMT";
arnews[3] += "
";
arnews[4]="Enthusiasm for Palin, and Echoes of 2008 Divide
";
arnews[4] += "When tickets to see Sarah Palin in Michigan ran out, people drove to her appearance here, three hours away.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 11:19:30 GMT";
arnews[4] += "
";
arnews[5]="No peace on earth: Holiday films go to battle
";
arnews[5] += "This holiday season there will be no peace on earth. Viggo Mortensen isn't roasting chestnuts but trying to prevent his other body parts from getting roasted in the cannibal-crazy \"The Road.\" Earthlings aren't exactly welcome when they visit Smurf-colored aliens in James Cameron's \"Avatar.\" Even Daniel Day-Lewis can't find any peace -- he's being ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 11:10:43 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("