var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tucker Carlson, Jesse Jackson Jr. are tight - Thehill.com
";
arnews[0] += "ITK caught up with Carlson Tuesday night at a party for Facebook at the W Hotel. An exiting Carlson said was headed to Morton’s steakhouse for a cigar at Jackson’s invitation. But before he left, he sang Jackson’s praises. “Jesse’s great ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 00:50:00 GMT";
arnews[0] += "
";
arnews[1]="After blasting Fox News and O'Reilly, Tucker Carlson guests hosts for ... - Media Matters
";
arnews[1] += "Tucker Carlson -- sporting a single Windsor knot -- took over hosting duties for Sean Hannity Friday night, suggesting that all the other possible Fox guest hosts were snowbound or we can expect to see more of Carlson on Fox. Even though Carlson has ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 17:01:00 GMT";
arnews[1] += "
";
arnews[2]="UPDATED: National Review proves my point about "conservative ... - Media Matters
";
arnews[2] += "Uh-oh, turns out Greg Pollowitz, the media blogger at National Review online who criticizing the 'liberal' news media for a living, does not appreciate the fact that I 've been highlighting his reckless and erroneous claim from last week that the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:29:00 GMT";
arnews[2] += "
";
arnews[3]="EyesOnFox: Is Fox News gay bashing? - Democratic Underground.com
";
arnews[3] += "Hannity wannabe Tucker Carlson gets to sit in dad's chair. Using a clip by a reporter from Brent Bozell's right-wing fake news agency, CNSNews, he smears Obama appointee, Harry Knox. Harry Knox is a gay critic of some anti-gay Catholic policies ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:14:00 GMT";
arnews[3] += "
";
arnews[4]="Matt Labash Unplugged: On Deer Turds, Journalism, Trump's Hair and ... - Mediabistro.com
";
arnews[4] += "1. If this book were to become a film whom would you want to play you? Daniel Schorr. Because he's 93, which I think is an accurate reflection of my old soul. If we can't get him, then Nick Jonas, because the book could easily be re-imagined as a ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT";
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("