var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olbermann Speculates About The Chapter Names In Palin's Book
";
arnews[0] += "Countdown host Keith Olbermann couldn't resist speculating about the names of the five chapters of Sarah Palin's forthcoming book.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Libel tourism' assaults free speech
";
arnews[1] += "In the debate over Intelligent Design, William Dembski is wary of a new trend dubbed \"libel tourism\" that may force Americans to submit to lawsuits in other countries for alleged crimes that otherwise would be protected by the First Amendment.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Crazy man chooses Miller Lite over Rachel Specter
";
arnews[2] += "I like this new Miller Lite ad for two reasons: 1) It lampoons the ridiculous \"what if\" questions women love to ask to test their significant others, and 2) It stars the lovely Rachel Specter who first caught our attention in those RGX Body Spray ads a couple of years back.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 21:00:07 GMT";
arnews[2] += "
";
arnews[3]="2010 elections: Democratic fears, GOP hopes
";
arnews[3] += "Nov. 8: David Brooks, E.J. Dionne, Rachel Maddow and Ed Gillespie discuss the mood of the country and the future of each political party.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 16:30:07 GMT";
arnews[3] += "
";
arnews[4]="Libel tourism' assaults free speech
";
arnews[4] += "In the debate over Intelligent Design, William Dembski is wary of a new trend dubbed \"libel tourism\" that may force Americans to submit to lawsuits in other countries for alleged crimes that otherwise would be protected by the First Amendment.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Interfaith group challenges leaders
";
arnews[5] += "Helen Gerhardt, an organizer with the Pittsburgh Interfaith Impact Network cheers during the group's meeting last night at Epiphany Catholic Church in Uptown.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 10:45:59 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("