<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.diskdrusa.com/disk-dr-ng20-neck-bra.html";
alt="Featured Product";
banner="http://www.diskdrusa.com/images/feature_2_14.gif";
width="237";
height="148";
}
if (ad==2) {
txt="";
url="http://www.diskdrusa.com/disk-dr-wg30-waist-be.html";
alt="Featured Product";
banner="http://www.diskdrusa.com/images/featured_1_14.gif";
width="237";
height="148";
}
if (ad==3) {
txt="";
url="http://www.diskdrusa.com/knee.html";
alt="Featured Product";
banner="http://www.diskdrusa.com/images/featured_3_14.gif";
width="237";
height="148";
}
document.write('<a href=\"' + url + '\" target=\"_parent\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');

// End -->