<!-- PetFinder-->
<!-- Begin

PFOpen = "<div class=petfinder align=center>";
petfinder="<a href=\"http://www.petfinder.org/search.html\" title=\"PetFinder Advanced Search\"><IMG SRC=\"http://www.petfinder.com/gifs/logobuttonsq.gif\"></a>";

petmain="<table><tr><td>" +
"<center><IMG SRC='http://www.petfinder.com/gifs/navigate.gif' border=0 USEMAP='#map1'>" +
"<MAP NAME='map1'><AREA SHAPE='rect' coords='52,34,120,103' href='http://www.petfinder.org/index.html'>" +
"<AREA SHAPE='rect' coords='162,33,231,106' href='http://www.petfinder.org/info.html'>" +
"<AREA SHAPE='rect' coords='275,29,346,104' href='http://www.petfinder.org/pet.cgi?action=5'>" +
"<AREA SHAPE='rect' coords='385,30,455,105' href='http://www.petfinder.org/search.html'>" +
"</map><font size=2><br clear=all>" +
" [<a href='http://www.petfinder.com/index.html'>Home</a> ]" +
" [<a href='http://www.petfinder.com/info.html'>Information</a> ]" +
" [<a href='http://www.petfinder.com/pet.cgi?action=5'>Shelters</a> ]" +
" [<a href='http://www.petfinder.com/search.html'>Search</a> ]" +
"</font></center>" +
"</td>" +
"</tr></table>";
PFClose ="</div>"
document.write(PFOpen)
document.write(petfinder)
document.write(petmain)
document.write(PFClose)