<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.3mutts.com/cgi-bin/clicks/ax.cgi?http://www.crittercareoftopeka.com/";
alt="Critter Care of Topeka - A non-profit Topeka/Shawnee County based organization.";
banner="http://www.3mutts.com/images/banners/crittercare.gif";
width="527";
height="93";
}
if (ad==2) {
txt="";
url="http://www.3mutts.com/cgi-bin/clicks/ax.cgi?http://www.topekacat.org/";
alt="The Topeka Cat Association - A non-profit, no-kill cat shelter dedicated to the welfare of abandoned and relinquished cats and kittens.";
banner="http://www.3mutts.com/images/banners/topekacat2.gif";
width="527";
height="93";
}
if (ad==3) {
txt="";
url="http://www.3mutts.com/cgi-bin/clicks/ax.cgi?http://www.midwestpaws.com/";
alt="Midwest PAWs is a volunteer based rescue group for Pointers - German Shorthaired and English - and Weimaraners.";
banner="http://www.3mutts.com/images/banners/midwestpaws.jpg";
width="527";
height="93";
}
if (ad==4) {
txt="";
url="http://www.3mutts.com/cgi-bin/clicks/ax.cgi?http://www.lawrencehumane.org/";
alt="The Lawrence Humane Society acts as advocates for animals. We believe in the value of humane attitudes toward all living creatures.";
banner="http://www.3mutts.com/images/banners/lawrencehumane.gif";
width="527";
height="93";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');

// End -->
