<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="/index.php?cPath=33";
alt="Shop for Forefoot Supports at MyFeet.com";
banner="/images/myfeet/banners/forefoot.jpg";
width="740";
height="125";
}
if (ad==2) {
url="/index.php?cPath=31_30_43";
alt="Walk the Greens in Comfort: Try Lynco Orthotics!";
banner="/images/myfeet/banners/golf.jpg";
width="740";
height="125";
}
if (ad==3) {
url="/product_info.php?cPath=25_51&products_id=115";
alt="Your Feet Deserve a Little Peace & Love!";
banner="/images/myfeet/banners/maryjane.jpg";
width="740";
height="100";
}
if (ad==4) {
url="/specials.php";
alt="Sale! 10% Off!";
banner="/images/myfeet/banners/socks_sale.jpg";
width="740";
height="125";
}
if (ad==5) {
url="/index.php?cPath=25_45";
alt="Aetrex High Performance Footwear";
banner="/images/myfeet/banners/womens-aetrex.jpg";
width="740";
height="125";
}
if (ad==6) {
url="/specials.php";
alt="Sale! 10% Off!";
banner="/images/myfeet/banners/socks_sale.jpg";
width="740";
height="125";
}
if (ad==7) {
url="/index.php?cPath=34";
alt="Shop for Rearfoot Supports at MyFeet.com";
banner="/images/myfeet/banners/rearfoot.jpg";
width="740";
height="125";
}
if (ad==8) {
url="/index.php?cPath=31_30";
alt="Lynco Biomechanical Orthotic Systems";
banner="/images/myfeet/banners/promo-lynco.jpg";
width="740";
height="125";
}

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><br>');
document.write('</center>');
// End -->

