
dogof = new Image(175,190)
dogof.src = "dog_00.gif"
dogon = new Image(175,190)
dogon.src = "dog.gif"

catof = new Image(175,190)
catof.src = "cat_00.gif"
caton = new Image(175,190)
caton.src = "cat.gif"

bearof = new Image(175,190)
bearof.src = "bear_00.gif"
bearon = new Image(175,190)
bearon.src = "bear.gif"

mouseof = new Image(175,190)
mouseof.src = "mouse_00.gif"
mouseon = new Image(175,190)
mouseon.src = "mouse.gif"

bunnyof = new Image(175,190)
bunnyof.src = "bunny_00.gif"
bunnyon = new Image(175,190)
bunnyon.src = "bunny.gif"

foxof = new Image(175,190)
foxof.src = "fox_00.gif"
foxon = new Image(175,190)
foxon.src = "fox.gif"

koalaof = new Image(175,190)
koalaof.src = "koala_00.gif"
koalaon = new Image(175,190)
koalaon.src = "koala.gif"

monkeyof = new Image(175,190)
monkeyof.src = "monkey_00.gif"
monkeyon = new Image(175,190)
monkeyon.src = "monkey.gif"

skunkof = new Image(175,190)
skunkof.src = "skunk_00.gif"
skunkon = new Image(175,190)
skunkon.src = "skunk.gif"

beaverof = new Image(175,190)
beaverof.src = "beaver_00.gif"
beaveron = new Image(175,190)
beaveron.src = "beaver.gif"

squirrelof = new Image(175,190)
squirrelof.src = "squirrel_00.gif"
squirrelon = new Image(175,190)
squirrelon.src = "squirrel.gif"

raccoonof = new Image(175,190)
raccoonof.src = "raccoon_00.gif"
raccoonon = new Image(175,190)
raccoonon.src = "raccoon.gif"

mooseof = new Image(175,190)
mooseof.src = "moose_00.gif"
mooseon = new Image(175,190)
mooseon.src = "moose.gif"

owlof = new Image(175,190)
owlof.src = "owl_00.gif"
owlon = new Image(175,190)
owlon.src = "owl.gif"

hedgehogof = new Image(175,190)
hedgehogof.src = "hedgehog_00.gif"
hedgehogon = new Image(175,190)
hedgehogon.src = "hedgehog.gif"

lochnessof = new Image(175,190)
lochnessof.src = "lochness_00.gif"
lochnesson = new Image(175,190)
lochnesson.src = "lochness.gif"

sasquatchof = new Image(175,190)
sasquatchof.src = "sasquatch_00.gif"
sasquatchon = new Image(175,190)
sasquatchon.src = "sasquatch.gif"

squidof = new Image(175,190)
squidof.src = "squid_00.gif"
squidon = new Image(175,190)
squidon.src = "squid.gif"

yetiof = new Image(175,190)
yetiof.src = "yeti_00.gif"
yetion = new Image(175,190)
yetion.src = "yeti.gif"

mothmanof = new Image(175,190)
mothmanof.src = "mothman_00.gif"
mothmanon = new Image(175,190)
mothmanon.src = "mothman.gif"

unicornof = new Image(175,190)
unicornof.src = "unicorn_00.gif"
unicornon = new Image(175,190)
unicornon.src = "unicorn.gif"

pheonixof = new Image(175,190)
pheonixof.src = "pheonix_00.gif"
pheonixon = new Image(175,190)
pheonixon.src = "pheonix.gif"

dragonof = new Image(175,190)
dragonof.src = "dragon_00.gif"
dragonon = new Image(175,190)
dragonon.src = "dragon.gif"

griffinof = new Image(175,190)
griffinof.src = "griffin_00.gif"
griffinon = new Image(175,190)
griffinon.src = "griffin.gif"


function dogn() {document.dog.src = dogon.src; return true;}
function dogf() {document.dog.src = dogof.src; return true;}

function catn() {document.cat.src = caton.src; return true;}
function catf() {document.cat.src = catof.src; return true;}

function bearn() {document.bear.src = bearon.src; return true;}
function bearf() {document.bear.src = bearof.src; return true;}

function mousen() {document.mouse.src = mouseon.src; return true;}
function mousef() {document.mouse.src = mouseof.src; return true;}

function bunnyn() {document.bunny.src = bunnyon.src; return true;}
function bunnyf() {document.bunny.src = bunnyof.src; return true;}

function foxn() {document.fox.src = foxon.src; return true;}
function foxf() {document.fox.src = foxof.src; return true;}

function koalan() {document.koala.src = koalaon.src; return true;}
function koalaf() {document.koala.src = koalaof.src; return true;}

function monkeyn() {document.monkey.src = monkeyon.src; return true;}
function monkeyf() {document.monkey.src = monkeyof.src; return true;}

function skunkn() {document.skunk.src = skunkon.src; return true;}
function skunkf() {document.skunk.src = skunkof.src; return true;}

function beavern() {document.beaver.src = beaveron.src; return true;}
function beaverf() {document.beaver.src = beaverof.src; return true;}

function squirreln() {document.squirrel.src = squirrelon.src; return true;}
function squirrelf() {document.squirrel.src = squirrelof.src; return true;}

function raccoonn() {document.raccoon.src = raccoonon.src; return true;}
function raccoonf() {document.raccoon.src = raccoonof.src; return true;}

function moosen() {document.moose.src = mooseon.src; return true;}
function moosef() {document.moose.src = mooseof.src; return true;}

function owln() {document.owl.src = owlon.src; return true;}
function owlf() {document.owl.src = owlof.src; return true;}

function hedgehogn() {document.hedgehog.src = hedgehogon.src; return true;}
function hedgehogf() {document.hedgehog.src = hedgehogof.src; return true;}

function lochnessn() {document.lochness.src = lochnesson.src; return true;}
function lochnessf() {document.lochness.src = lochnessof.src; return true;}

function sasquatchn() {document.sasquatch.src = sasquatchon.src; return true;}
function sasquatchf() {document.sasquatch.src = sasquatchof.src; return true;}

function squidn() {document.squid.src = squidon.src; return true;}
function squidf() {document.squid.src = squidof.src; return true;}

function yetin() {document.yeti.src = yetion.src; return true;}
function yetif() {document.yeti.src = yetiof.src; return true;}

function mothmann() {document.mothman.src = mothmanon.src; return true;}
function mothmanf() {document.mothman.src = mothmanof.src; return true;}

function unicornn() {document.unicorn.src = unicornon.src; return true;}
function unicornf() {document.unicorn.src = unicornof.src; return true;}

function pheonixn() {document.pheonix.src = pheonixon.src; return true;}
function pheonixf() {document.pheonix.src = pheonixof.src; return true;}

function dragonn() {document.dragon.src = dragonon.src; return true;}
function dragonf() {document.dragon.src = dragonof.src; return true;}

function griffinn() {document.griffin.src = griffinon.src; return true;}
function griffinf() {document.griffin.src = griffinof.src; return true;}
