var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Above The Chatter: Stephen Colbert on the State of Sarah Palin
";
arnews[0] += "Stephen Colbert has fine words for former Alaska Gov. Sarah Palin, who defended Rush Limbaugh's use of the word \"retard\" this weekend after attacking an Obama aide for the same offense. \"Sarah Palin knows that it's okay to call someone ...";
arnews[0] += "
";
arnews[1]="Jonathan Safran Foer discusses factory farming on The Colbert ...
";
arnews[1] += "Jonathan Safran Foer, author of Eating Animals, appeared on The Colbert Report Monday night to discuss factory farming in the U.S. In typical Stephen Colbert style, he was able to poke fun at the ideas all while letting Safran Foer get ...";
arnews[1] += "
";
arnews[2]="Stephen Colbert And George Stephanopoulos Talk About His Move To ...
";
arnews[2] += "February 5, 2010 -- Henry Louis Gates Jr. Joins Stephen Colbert To Discuss His New PBS Series, “Faces Of America.” January 28, 2010 -- Stephen Colbert Makes Fun Of Fox News' Coverage Of James O'Keefe's Arrest. ...";
arnews[2] += "
";
arnews[3]="Stephen Colbert Salutes Domino's for Admitting Their Pizza is ...
";
arnews[3] += "We all make mistakes. Sometimes we guess Self Potato on Wheel of Fortune. Sometimes we think it's okay to end a sentence with a pound symbol. And.";
arnews[3] += "
";
arnews[4]="Sura´s Way: Stephen Colbert : "Sarah Palin Is a F**cking Retard"
";
arnews[4] += "Colbert has fine words for Sarah Palin, who defended Rush Limbaugh's use of the word \"retard\" after attacking an Obama aide for the same offense. Stephen Colbert has fine words for former Alaska Gov. Sarah Palin, who defended Rush ...";
arnews[4] += "
";
arnews[5]="When I'm 64: Stephen Colbert : "Sarah Palin Is a F**cking Retard"
";
arnews[5] += "Stephen Colbert: \"Sarah Palin Is a F**cking Retard\". \"Sarah Palin knows that it's okay to call someone a retard if like rush you clearly don't mean it which is why we should all come to her defense and say: Sarah Palin is a fucking ...";
arnews[5] += "
";
arnews[6]="Colbert: "Sarah Palin Is A F--king Retard"
";
arnews[6] += "Using Sarah Palin's defense of Rush Limbaugh against her, last night Stephen Colbert proudly pronounced that \"Sarah Palin is a f--king retard.\" How did all this come about? Well, it all started with Rahm Emanuel's use of the word ...";
arnews[6] += "
";
arnews[7]="Stephen Colbert has a rapport with the Games | Dream League ...
";
arnews[7] += "Stephen Colbert, whose deadpan punditry on Comedy Central has become a force of nature, has an honest appreciation for speedskating. No joke. He is not, he insists, enamored of big-thighed men whose muscles bulge through body-hugging ...";
arnews[7] += "
";
arnews[8]="Fitness Talk Today » Stephen Colbert : US Speed Skater Supporter ...
";
arnews[8] += "Stephen Colbert is not only a great comedian; he is also a great Olympic supporter. And this year you will find him cheering on the U.S. Speed Skating Team at the 2010 Winter Olympics more than any other athletes. ...";
arnews[8] += "
";
arnews[9]="Average Joe: Colbert drops the 'R' Bomb
";
arnews[9] += "Colbert drops the 'R' Bomb. Last year Paul Henry got dragged through the media by calling Susan Boyle a 'Retard', well Mr. Henry your name was cleared last night by Stephen Colbert...and play! ...";
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("