



<!-- Begin

var how_many_ads = 5;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;



ad +=1;



if (ad==1) {

txt="<b>ATOMIC BACK ISSUES</b><br>ON SALE NOW"

url="http://www.atomicmag.com/shop/product/magazine/back_issues.html";

alt="ON SALE NOW";

banner="http://www.atomicmag.com/shop/product/images/magazine/2002_summer_sm.jpg";

width="75";

height="97";

}


if (ad==2) {

txt="<b>SLEIGH ME<br>RETRO HOLIDAY CLASSICS</b><br>CLICK HERE"

url="http://www.atomicmag.com/shop/product/music/cd01.html";

alt="Click Here to Order";

banner="http://www.atomicmag.com/shop/product/images/music/sleigh_me_sm.jpg";

width="70";

height="70";



}



if (ad==3) {

txt="<b>ATOMIC BACK ISSUES</b><br>ON SALE NOW"

url="http://www.atomicmag.com/shop/product/magazine/back_issues.html";

alt="ON SALE NOW";

banner="http://www.atomicmag.com/shop/product/images/magazine/2002_summer_sm.jpg";

width="75";

height="97";

}


if (ad==4) {

txt="<b>ATOMIC BACK ISSUES</b><br>ON SALE NOW"

url="http://www.atomicmag.com/shop/product/magazine/back_issues.html";

alt="ON SALE NOW";

banner="http://www.atomicmag.com/shop/product/images/magazine/2002_summer_sm.jpg";

width="75";

height="97";

}

if (ad==5) {

txt="<b>ATOMIC BACK ISSUES</b><br>ON SALE NOW"

url="http://www.atomicmag.com/shop/product/magazine/back_issues.html";

alt="ON SALE NOW";

banner="http://www.atomicmag.com/shop/product/images/magazine/2002_summer_sm.jpg";

width="75";

height="97";

}



document.write('<center>');



document.write('<a href=\"' + url + '\" target=\"_self\">');



document.write('<img src=\"' + banner + '\" width=')



document.write(width + ' height=' + height + ' ');



document.write('alt=\"' + alt + '\" border=1><br>');



document.write('<small>' + txt + '</small></a>');



document.write('</center>');



// End -->






