<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Audrey Hepburn Movies";
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/roman_holiday.jpg";
width="90";
height="126";
}
if (ad==2) {
txt="Audrey Hepburn Movies";
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/sabrina_hepburn_bogart.jpg";
width="90";
height="130";
}
if (ad==3) {
txt="Audrey Hepburn Movies"; 
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/war_and_peace_fonda_ferrer.jpg";
width="90";
height="127";
}
if (ad==4) {
txt="Audrey Hepburn Movies"; 
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/funny_face.jpg";
width="90";
height="128";
}
if (ad==5) {
txt="Audrey Hepburn Movies"; 
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/breakfast_at_tiffanys.jpg";
width="90";
height="126";
}
if (ad==6) {
txt="Audrey Hepburn Movies"; 
url="http://www.iloveoldmovies.com/audreyhepburn/movies.html/";
alt="Audrey Hepburn Movies on DVD and Video";
banner="http://iloveoldmovies.com/audreyhepburn/paris_when_it_sizzles.jpg";
width="90";
height="127";
}
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 -->
