var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joseph Farah Thin Skin Watch
";
arnews[0] += "Joseph Farah continues to demonstrate his inability to handle criticism in a Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:31:53 GMT";
arnews[0] += "
";
arnews[1]="Readers want to run McKenna out, on a rail, WORT fans sound off
";
arnews[1] += "As a born and bred Madisonian returning after 14 years in New York City, I was interested in the conservative argument against public rail.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:00:00 GMT";
arnews[1] += "
";
arnews[2]="Ann Coulter At the End of the Day, Diversity Has Jumped the Shark
";
arnews[2] += "It cannot be said often enough that the chief of staff of the United States Army, Gen.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Andrew Klavan: Limbaugh and Coulter and Beck, Oh My
";
arnews[3] += "Andrew Klavan looks at the conservative commentators most demonized by the mainstream media: Rush Limbaugh, Glenn Beck, and Ann Coulter.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:11:03 GMT";
arnews[3] += "
";
arnews[4]="They say that Marv Albert is one bad mother
";
arnews[4] += "I thought that Cheech and Chong and Ann Coulter's gloves-off, no holds barred showdown/friendly exchange of ideas was the weirdest match up of all time.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:01:00 GMT";
arnews[4] += "
";
arnews[5]="Cheech and Chong and ... Ann Coulter?!?
";
arnews[5] += "Posted Nov 20th 2009 2:29PM by Danny Gallagher Filed under: News , Video , Reality-Free First there was the Lincoln-Douglas debate.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:29:00 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("