<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Books";
url="http://www.iloveoldmovies.com/audreyhepburn/books.html";
alt="Biographies and pictorials detailing the life of Audrey Hepburn";
banner="http://iloveoldmovies.com/audreyhepburn/audrey_hepburn_elegant_spirit_son_remembers.jpg";
width="90";
height="114";
}
if (ad==2) {
txt="Books";
url="http://www.iloveoldmovies.com/audreyhepburn/books.html";
alt="Biographies and pictorials detailing the life of Audrey Hepburn";
banner="http://iloveoldmovies.com/audreyhepburn/adieu_audrey.jpg";
width="90";
height="102";
}
if (ad==3) {
txt="Books"; 
url="http://www.iloveoldmovies.com/audreyhepburn/books.html";
alt="Biographies and pictorials detailing the life of Audrey Hepburn";
banner="http://iloveoldmovies.com/audreyhepburn/how_to_be_lovely.jpg";
width="90";
height="123";
}
if (ad==4) {
txt="Books"; 
url="http://www.iloveoldmovies.com/audreyhepburn/books.html";
alt="Biographies and pictorials detailing the life of Audrey Hepburn";
banner="http://iloveoldmovies.com/audreyhepburn/audrey_hepburn_barry_paris.jpg";
width="79";
height="119";
}
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('<u>' + txt + '</u></a>');
document.write('</center>');
// End -->
