 
var number_ads = 4;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ads = sec1 % number_ads;
ads +=1;
if (ads==1) {
url="http://http://www.amazon.com/b?node=133141011&tag=affairedecoeu-20&camp=0&creative=0&linkCode=ur1&adid=1AN7ZH8CBEVB8PCBTVXM\" target=\"_blank";
alt="Amazon Wireless";
banner="http://www.affairedecoeur.com/banners/amazon_banner2.jpg";
width="728";
height="90";
}
if (ads==2) {
url="http://www.affairedecoeur.com/subscriptions.php";
alt="Subscription Information";
banner="http://www.affairedecoeur.com/index2_files/logo_combo_1.jpg";
width="728";
height="90";
}
if (ads==3) {
url="http://astore.amazon.com/affairedecoeu-20\" target=\"_blank";
alt="AdC OnLine Bookstore";
banner="http://www.affairedecoeur.com/banners/amazon_banner.jpg";
width="728";
height="90";
}
if (ads==4) {
url="http://www.endless.com/b/2238212011/189-1939268-6293769?ie=UTF8&adid=0MFYJ6BF96TZBFCBDPNH&camp=0&creative=0&linkCode=ur1&tag=affairedecoeu-20\" target=\"_blank";
alt="Endless Shoes and More";
banner="http://www.affairedecoeur.com/banners/endless_banner.jpg";
width="728";
height="90";
}
document.write('<p>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</p>');

