var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1)
{
url="www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1413747469&tag=aneurysmrecor-20&camp=1789&creative=9325";
text="Buy Venator<br>at Amazon.com<br>today!!<br>";
img="www.leefields.com/img/venatortease.jpg";
target="_blank"
alt="Buy Venator today!";
width="67";
height="100";
border="0";
vspace="2";
hspace="20";
}

if (ad==2)
{
url="www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1424109868&tag=aneurysmrecor-20&camp=1789&creative=9325";
text="Order Nobis<br>at Amazon.com<br>today!!<br>";
img="www.leefields.com/img/nobistease.jpg";
target="_blank"
alt="Order Nobis today!";
width="66";
height="100";
border="0";
vspace="2";
hspace="20";
}

if (ad==3)
{
url="www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/160474510X&tag=aneurysmrecor-20&camp=1789&creative=9325";
text="Order<br>Blood Brothers<br>at Amazon.com<br>today!!<br>";
img="www.leefields.com/img/bloodbrotherstease.jpg";
target="_blank"
alt="Order Blood Brothers today!";
width="66";
height="100";
border="0";
vspace="2";
hspace="20";
}

document.write('<a href=\"http://' + url + '\" target=\"' + target + '\">');
document.write('<span class=\"microtype\">' + text + '</span>');
document.write('<img src=\"http://' + img + '\" width=\"' + width + '\" height=\"' + height + '\" border=\"' + border + '\" hspace=\"' + hspace + '\" vspace=\"' + vspace + '\" alt=\"' + alt + '\">');
document.write('</a>');