<!-- Begin
var how_many_ads = 21;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/animal/scoop.htm";
alt="AnimalScoop";
banner="http://www.billybear4kids.com/VisitMeToday/AnimalScoop.gif";
width="175";
height="162";
}
if (ad==2) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/BigCatRescue/HelpMe.html";
alt="BigCats";
banner="http://www.billybear4kids.com/VisitMeToday/BigCats.gif";
width="175";
height="162";
}
if (ad==3) {
txt="Visit Me Today";
url="http://www.billybear4kids.com//butterfly/flutter-fun.html";
alt="butterfly";
banner="http://www.billybear4kids.com/VisitMeToday/butterfly.gif";
width="175";
height="162";
}
if (ad==4) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/show/awards/certificates.html";
alt="Certificates";
banner="http://www.billybear4kids.com/VisitMeToday/Certificates.gif";
width="175";
height="162";
}
if (ad==5) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/clipart/clipart.htm";
alt="clipart";
banner="http://www.billybear4kids.com/VisitMeToday/clipart.gif";
width="175";
height="162";
}
if (ad==6) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/desktop/themes.htm";
alt="desktop themes";
banner="http://www.billybear4kids.com/VisitMeToday/desktop.gif";
width="175";
height="162";
}
if (ad==7) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/DesktopCritters/AdoptMe.html";
alt="DesktopCritters";
banner="http://www.billybear4kids.com/VisitMeToday/DesktopCritters.gif";
width="175";
height="162";
}
if (ad==8) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/DesktopCritters/YourDesktopPhoto.html";
alt="Desktop Frames";
banner="http://www.billybear4kids.com/VisitMeToday/DesktopFrames.gif";
width="175";
height="162";
}
if (ad==9) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/dinosaurs/long-long-ago.html";
alt="Dinosaurs";
banner="http://www.billybear4kids.com/VisitMeToday/Dinosaurs.gif";
width="175";
height="162";
}
if (ad==10) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/FingerPuppets/MakeEm.shtml";
alt="Finger Puppets";
banner="http://www.billybear4kids.com/VisitMeToday/FingerPuppets.gif";
width="175";
height="162";
}
if (ad==11) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/games/games.htm";
alt="games";
banner="http://www.billybear4kids.com/VisitMeToday/games.gif";
width="175";
height="162";
}
if (ad==12) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/PrimateRescue/HelpMe.html";
alt="BigCats";
banner="http://www.billybear4kids.com/VisitMeToday/JungleFriends.gif";
width="175";
height="162";
}
if (ad==13) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/Learn2Draw/Learn2Draw.html";
alt="Learn to Draw";
banner="http://www.billybear4kids.com/VisitMeToday/learn2draw.gif";
width="175";
height="162";
}
if (ad==14) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/worksheets/start-paperdolls.html";
alt="paperdolls";
banner="http://www.billybear4kids.com/VisitMeToday/paperdolls.gif";
width="175";
height="162";
}
if (ad==15) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/post/office.htm";
alt="Postcards";
banner="http://www.billybear4kids.com/VisitMeToday/Postcards.gif";
width="175";
height="162";
}
if (ad==16) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/jigsaw-puzzles/main-page.html";
alt="Puzzles";
banner="http://www.billybear4kids.com/VisitMeToday/Puzzles.gif";
width="175";
height="162";
}
if (ad==17) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/Rozi/RoziPandu.html";
alt="Rozi the Chimpanzee";
banner="http://www.billybear4kids.com/VisitMeToday/Rozi.gif";
width="175";
height="162";
}
if (ad==18) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/graduation/party.html";
alt="School is Cool";
banner="http://www.billybear4kids.com/VisitMeToday/School.gif";
width="175";
height="162";
}
if (ad==19) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/story/books.htm";
alt="Storybooks";
banner="http://www.billybear4kids.com/VisitMeToday/Storybooks.gif";
width="175";
height="162";
}
if (ad==20) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/worksheets/start.html";
alt="Worksheets";
banner="http://www.billybear4kids.com/VisitMeToday/Worksheets.gif";
width="175";
height="162";
}
if (ad==21) {
txt="Visit Me Today";
url="http://www.billybear4kids.com/show/tell.htm";
alt="Show & Tell";
banner="http://www.billybear4kids.com/VisitMeToday/ShowTell.gif";
width="175";
height="162";
}
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('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->



