<!-- Begin
var how_many_ads = 22;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Cat Tales";
url="animal-shop.html#30637614";
alt="Cat Tales";
banner="images/shop/30637614.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="My Cat at Home in the Wild";
url="animal-shop.html#30499800";
alt="My Cat at Home in the Wild";
banner="images/shop/30499800.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="Dogs";
url="animal-shop.html#32563221";
alt="Dogs";
banner="images/shop/32563221.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Puppies";
url="animal-shop.html#32446791";
alt="Puppies";
banner="images/shop/32446791.jpg";
width="120";
height="160";
}
if (ad==5) {
txt="Reptiles";
url="animal-shop.html#30634974";
alt="Reptiles";
banner="images/shop/30634974.jpg";
width="120";
height="160";
}
if (ad==6) {
txt="Swimming with Dolphins";
url="animal-shop.html#30478216";
alt="Swimming with Dolphins";
banner="images/shop/30478216.jpg";
width="120";
height="160";
}
if (ad==7) {
txt="In Celebration of the Horse";
url="animal-shop.html#30409167";
alt="In Celebration of the Horse";
banner="images/shop/30409167.jpg";
width="120";
height="160";
}
if (ad==8) {
txt="Concepts of Nature: A Wildlife Photographer's Journey";
url="animal-shop.html#32500436";
alt="Concepts of Nature: A Wildlife Photographer's Journey";
banner="images/shop/32500436.jpg";
width="120";
height="160";
}
if (ad==9) {
txt="Animals of Africa";
url="animal-shop.html#30762499";
alt="Animals of Africa";
banner="images/shop/30762499.jpg";
width="120";
height="160";
}
if (ad==10) {
txt="Wild at Heart: Man and Beast in Southern Africa";
url="animal-shop.html#30518701";
alt="Wild at Heart: Man and Beast in Southern Africa";
banner="images/shop/30518701.jpg";
width="120";
height="160";
}
if (ad==11) {
txt="Rhinos / Baboons";
url="animal-shop.html#30760625";
alt="Rhinos / Baboons";
banner="images/shop/30760625.jpg";
width="120";
height="160";
}
if (ad==12) {
txt="Animal Powers";
url="animal-shop.html#26425492";
alt="Animal Powers";
banner="images/shop/26425492.jpg";
width="120";
height="160";
}
if (ad==13) {
txt="Cheetahs / Orangutangs";
url="animal-shop.html#30760621";
alt="Cheetahs / Orangutangs";
banner="images/shop/30760621.jpg";
width="120";
height="160";
}
if (ad==14) {
txt="Whales / Giant Turtles";
url="animal-shop.html#30760627";
alt="Whales / Giant Turtles";
banner="images/shop/30760627.jpg";
width="120";
height="160";
}
if (ad==15) {
txt="African Lions / Jaguars";
url="animal-shop.html#30760620";
alt="African Lions / Jaguars";
banner="images/shop/30760620.jpg";
width="120";
height="160";
}
if (ad==16) {
txt="Dolphins / Giant Octopus";
url="animal-shop.html#30760622";
alt="Dolphins / Giant Octopus";
banner="images/shop/30760622.jpg";
width="120";
height="160";
}
if (ad==17) {
txt="Killer Instinct - Snakes";
url="animal-shop.html#30088503";
alt="Killer Instinct - Snakes";
banner="images/shop/30088503.jpg";
width="120";
height="160";
}
if (ad==18) {
txt="Killer Instinct - Spiders";
url="animal-shop.html#30088502";
alt="Killer Instinct - Spiders";
banner="images/shop/30088502.jpg";
width="120";
height="160";
}
if (ad==19) {
txt="Elephants / Komodo Dragons";
url="animal-shop.html#30760623";
alt="Elephants / Komodo Dragons";
banner="images/shop/30760623.jpg";
width="120";
height="160";
}
if (ad==20) {
txt="Killer Instinct - Crocodiles";
url="animal-shop.html#30088504";
alt="Killer Instinct - Crocodiles";
banner="images/shop/30088504.jpg";
width="120";
height="160";
}
if (ad==21) {
txt="Wildlife Paradise - Wild Cats";
url="animal-shop.html#30088509";
alt="Wildlife Paradise - Wild Cats";
banner="images/shop/30088509.jpg";
width="120";
height="160";
}
if (ad==22) {
txt="Wildlife Paradise - Elephants";
url="animal-shop.html#30088510";
alt="Wildlife Paradise - Elephants";
banner="images/shop/30088510.jpg";
width="120";
height="160";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><b>' + txt + '</b></small></a>');
document.write('</td></tr></table>');
// End -->



