var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CCIL: A Safe Haven Foundation is Proud to have had a role in ...
";
arnews[0] += "We would like to thank Sam's Club, Chicago Mini Bus Travel, Aramark, Rotary One, Allison Payne, and all the other donors and volunteers for their support in providing services not only to our guests from Haiti, but their ongoing support ...";
arnews[0] += "
";
arnews[1]="CBS 2's 'Monsters' fumble Sam Zell interview | Feder | blogs ...
";
arnews[1] += "Or maybe you were just grouchy covering up the ever “eloquent” Allison Payne. 2. There is much and will be more criticism of Moron in the Morning Mike North's failure to “grill” Sam Zell. I will never defend that uncouthy, slimy lout, ...";
arnews[1] += "
";
arnews[2]="This is what I wrote to the producer of WGN's People to People ...
";
arnews[2] += "This is what I wrote to the producer of WGN's People to People with Allison Payne in response to their request for a team interview. The show aired 1/30 and 1/31/2010. First, thank you for your interest in our group but more importantly ...";
arnews[2] += "
";
arnews[3]="T Dog's Four Pack
";
arnews[3] += "With that said, some of the comments on Feder's blog and a few message boards on the reason why WGN-TV's Allison Payne - who admitted to problems with alcoholism - and her mini-strokes - and the reason why African-Americans are hired at ...";
arnews[3] += "
";
arnews[4]="Article Details
";
arnews[4] += "Veteran WGN-Channel 9 anchor Allison Payne is publicly acknowledging a 20-year battle with alcohol addiction, but she says that's not what kept her off the air for part of 2008. During a live interview Thursday with former Blackhawks ...";
arnews[4] += "
";
arnews[5]="Paul Harvey's secret friendship with J. Edgar Hoover | Feder ...
";
arnews[5] += "One thing I admire is that you don't Robfuscate the issues, and always stay Robjective. Don't let Allison Payne's comments get you down…you have overcome many Robstacles throughout your career, and you'll never be Robsolete. ...";
arnews[5] += "
";
arnews[6]="All bets are off after belt-tightening at WGN Radio | Feder ...
";
arnews[6] += "They replaced half the show with a truckdriving,conservative,gabfest. I'm so glad I found you again Mr. Feder. I love radio. I watched Allison Payne yesterday,her eyelids were awfully slooooowwww. karen casey #. 01.26.2010 03:09 ...";
arnews[6] += "
";
arnews[7]="If Allison Payne came clean, what's WGN trying to hide?
";
arnews[7] += "Feder: A confused and angry Allison Payne took to her Facebook page Friday to denounce me as a “miserable, inadequate journalist” and “an irresponsible writer.” I know she was confused because. blogs.vocalo.org. read more ...";
arnews[7] += "
";
arnews[8]="If Allison Payne came clean, what's WGN trying to hide?
";
arnews[8] += "A confused and angry Allison Payne took to her Facebook page Friday to denounce me as a “miserable, inadequate journalist” and “an irresponsible writer.” I know she was confused because she said I worked for the Sun-Times, which hasn't ...";
arnews[8] += "
";
arnews[9]="WGN's Payne shares addiction battle – Chicago Tribune
";
arnews[9] += "Anchorwoman Allison Payne has gone public with her 20-year fight against addiction and believes there is no shame in acknowledging that she has had a … Allison Payne, WGN Anchor, Discusses Battle With AddictionHuffington Post (blog) ...";
arnews[9] += "
";
totcount = 10;
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("