<!-- Begin



var how_many_ads = 8;



var now = new Date();



var sec = now.getSeconds();



var ad = sec % how_many_ads;



ad +=1;







var url="";



var alt="";



var banner="";



var width="";



var height="";







if (ad==1) {



url="http://www.foot.com/shopping/index.php?cPath=32";



alt="Aetrex Copper Socks";



banner="/promo-pics/aetrex-copper.jpg";



width="450";



height="75";



}



if (ad==2) {



url="http://www.foot.com/shopping/index.php?cPath=21_22";





alt="Aetrex Men's High Performance Footwear";





banner="/promo-pics/aetrex-mens-hpf.jpg";



width="450";



height="75";



}



if (ad==3) {



url="http://www.foot.com/dealer/search.html";



alt="iStep Technology";



banner="/promo-pics/aetrex-istep.jpg";



width="450";



height="75";



}



if (ad==4) {



url="http://www.foot.com/shopping/index.php?cPath=25_61&osCsid=jvn12351ul995ar8kncqtg7ir4";



alt="Aetrex Women's Sandalista's Collection";



banner="/promo-pics/aetrex-sandalistas.jpg";



width="450";



height="75";



}



if (ad==5) {



url="http://www.foot.com/shopping/index.php?cPath=21_57";



alt="Aetrex Men's Gramercy Collection";



banner="/promo-pics/aetrex-gramercy.jpg";



width="450";



height="75";



}



if (ad==6) {



url="http://www.foot.com/shopping/index.php?cPath=25_56";



alt="Aetrex Women's Essence Shoes";



banner="/promo-pics/aetrex-essence.jpg";



width="450";



height="75";



}



if (ad==7) {



url="http://www.foot.com/shopping/index.php?cPath=25_47";



alt="Aetrex Women's High Performance Footwear";



banner="/promo-pics/aetrex-wos-hpf.jpg";



width="450";



height="75";



}



if (ad==8) {



url="http://www.foot.com/shopping/index.php?cPath=31_30";



alt="Lynco Biomechanical Orthotics";



banner="/promo-pics/lynco.jpg";



width="450";



height="75";



}



document.write('<center>');



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



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



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



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



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



// End -->