<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Big Lies";
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/0312315600/";
alt="Big Lies - The Right Wing Propaganda Machine and How It Distorts the Truth by Joe Conason";
banner="http://hereinreality.com/etc/smconason.jpg";
width="43";
height="62";
}
if (ad==2) {
txt="Bushwhacked";
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/0375507523/";
alt="Bushwhacked: Life in George W. Bush's America by Molly Ivins";
banner="http://www.hereinreality.com/ivins.jpg";
width="45";
height="65";
}
if (ad==3) {
txt="Thieves in High Places"; 
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/0670031410/";
alt="Thieves in High Places: They've Stolen Our Country--And Its Time to Take It Back by Jim Hightower ";
banner="http://www.hereinreality.com/etc/0670031410.01.THUMBZZZ.jpg";
width="42";
height="60";
}
if (ad==4) {
txt="The Best Democracy Money Can Buy"; 
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/0452283914/";
alt="The Best Democracy Money Can Buy:  The Truth About Corporate Cons, Globalization and High-Finance Fraudsters by Greg Palast";
banner="http://www.hereinreality.com/images/bookgp.jpg";
width="46";
height="67";
}
if (ad==5) {
txt="Random Acts of Badness"; 
url="http://www.amazon.com/exec/obidos/ASIN/0786867221/hereinreality-20";
alt="Random Acts of Badness by Danny Bonaduce";
banner="http://hereinreality.com/etc/bonaduce.jpg";
width="47";
height="69";
}
if (ad==6) {
txt="Fortunate Son"; 
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/1887128751/";
alt="Fortunate Son: George W. Bush and the Making of an American President by J. H. Hatfield";
banner="http://www.hereinreality.com/images/bookjh.jpg";
width="46";
height="66";
}
if (ad==7) {
txt="Pigs at the Trough"; 
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/1400047714/";
alt="Pigs at the Trough - How Corporate Greed and Political Corruption Are Undermining America by Arianna Huffington";
banner="http://www.hereinreality.com/images/bookah.jpg";
width="48";
height="70";
}
if (ad==8) {
txt="The Dirty Truth"; 
url="http://www.amazon.com/exec/obidos/redirect?tag=hereinreality-20&path=tg/detail/-/0970519001/";
alt="The Dirty Truth - The Oil and Chemical Dependency of George W. Bush by Rick Abraham";
banner="http://www.hereinreality.com/images/bookdt.jpg";
width="45";
height="65";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->