<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.albanypoets.com/";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer1.jpg";
width="800";
height="100";
}
if (ad==2) {
url="http://www.albanypoets.com/";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer2.jpg";
width="800";
height="100";;
}
if (ad==3) {
url="http://www.albanypoets.com";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer3.jpg";
width="800";
height="100";
}
if (ad==4) {
url="http://www.albanypoets.com";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer4.jpg";
width="800";
height="100";
}
if (ad==5) {
url="http://www.albanypoets.com";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer5.jpg";
width="800";
height="100";
}
if (ad==6) {
url="http://www.albanypoets.com";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer6.jpg";
width="800";
height="100";
}
if (ad==7) {
url="http://www.albanypoets.com";
alt="poetry lives in Albany";
banner="http://www.albanypoets.com/images/06_footer7.jpg";
width="800";
height="100";
}





document.write('<center>');
document.write('<a href=\"' + url + '\" >');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// End -->