<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "no"		// SHOW 4TH SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var links			= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// START XML FLASH CHANGER

// XML CHANGER VARIABLES YOU CAN EDIT - ALSO EDIT THE image_changer.xml

var XMLshowsflash	= "yes"		// SHOW FLASH XML CHANGER
var XMLflashcolor	= "FFFFFF"	// FLASH XML BACKGROUND COLOR
var XMLflashwidth	= "150"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLflashheight	= "150"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLborder		= "000000"	// SCROLLER AND IMAGE BORDER COLOR


   if (XMLshowsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+XMLborder+'" style="border-collapse:collapse"><tr><td>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" id="image_changer_XML">');
document.write('<PARAM NAME="movie" VALUE="image_changer_XML.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+XMLflashcolor+'">');
document.write('<EMBED src="image_changer_XML.swf" quality="high" wmode="transparent" bgcolor="#'+XMLflashcolor+'" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" NAME="image_changer_XML" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}

// END XML FLASH CHANGER


//START ADD GOOGLE SEARCH BOX
//document.write('<table cellpadding="0" cellspacing="3" border="0" bgcolor="#F0F0F0"><tr><td>');
//document.write('<span style="color:blue">G</span><span style="color:red">o</span><span style="color:orange">o</span><span style="color:blue">g</span><span style="color:green">l</span><span style="color:red">e</span> Search<br>');
//document.write('</td></tr><tr><td align="center">');
//document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px;">');
//document.write('<input type="hidden" name="any selected">');
//document.write('<input size="15" name="q" value="" class="shadeform" style="width:125px;"> <input type="submit" value="Go!" name="btnG"><br>');
//document.write('</form>');
//document.write('</td></tr></table><br>');
//END ADD GOOGLE SEARCH BOX


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}



// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=14ee4a049c3232c47894ce993834bf80d44f8a9c&style=0" /></object>');

document.write('<br><br><br>');
}

// END FIRST TEXT AREA




// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="138" class="borders"><br>');
}



// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">MicrochipID:</span></legend>');

document.write('Over 20 million pets are lost every year.  A registered microchip gives a pet the very best chance of a safe return home.  The chip is lifetime insurance that almost guarantees the pet will not be euthanized or put up for adoption if he is lost.     ');
document.write('<br>');
document.write('<a href="http://www.avidid.com/" title="Microchip ID" TARGET = "_blank"><br>MicrochipID Website</a>');
document.write('<a href="FAQ/microchip policy.htm" TARGET = "_blank"><br><br>Our microchip policy<br></a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA



// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br>');
}



// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">USDA Licensed:</span></legend>');

document.write('We are a USDA Licensed breeding facility');

document.write('<a href="FAQ/What_does_it_mean_to_be_USDA_licensed.htm" title="What does it mean to be USDA licensed?" TARGET = "_blank"><br><br>What does it mean to be USDA licensed?</a>');

document.write('<a href="USDA/USDA License.jpg" title="View our USDA License" TARGET = "_blank"><br><br>View our USDA license</a>');

document.write('</fieldset>');
document.write('<br>');
}
// END THIRD TEXT AREA



// FOURTH IMAGE AREA


   if (showimage_4 == "yes") {
document.write('<IMG SRC="picts/sidebar-4.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}

// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Info:</span></legend>');
document.write('<br>');
document.write('<a href="contact.htm">Contact</a><br>');
document.write('<br>');
document.write('<a href="FAQ/stateagency.htm" target="_blank">State Agencies</a><br>');
document.write('<br>');
document.write('<a href="faq-home.htm" target="_blank">FAQs and help</a><br>');
document.write('<br>');
document.write('<a href="http://ngm.nationalgeographic.com/ngm/0310/feature2/?fs=www3.nationalgeographic.com&fs=plasma.nationalgeographic.com" target="_blank">Kinkajous @ National Geographic Magazine</a><br>');
document.write('<br>');
document.write('<a href="http://video.nationalgeographic.com/video/player/animals/mammals-animals/other-mammals/kinkajou.html" target="_blank">Kinkajou Video @ National Geographic Magazine</a><br>');
document.write('<br>');
document.write('<a href="http://en.wikipedia.org/wiki/Kinkajou" target="_blank">Wikipedia - Kinkajou</a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA


// START FOURTH TEXT AREA
   if (showarea_4 == "yes") {

document.write('<br>');
document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Website Updated</span></legend>');

document.write('<center><font size="2"><font color="000000">July 11th 2011');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END FOURTH TEXT AREA




document.write('</td></tr></table>');
//  End -->
