<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

              
 
 // SMALL PICTURE AREA

   if (showimage == "yes") {
  document.write('<fieldset><legend>');
document.write('Club Affiliations<br></legend>');


document.write('<CENTER><br>');

document.write('<a href="http://AKC.org"><img alt="AKC logo" src="images/AKC_bl_rec.jpg" border="0" width="200" height="70" class="borders"></a><br>');
document.write('Licensed by the American Kennel Club<br>');

document.write('<a href="http://www.dpca.org/"><img alt="DPCA Logo" src="images/DPCA109.gif" width="100" height="109" align="center" border="0"/></a><br>');
document.write('We follow the Doberman Pinscher Club of America\'s Code of Ethics<br>For more information visit the DPCA at www.dpca.org');

document.write('<br><br>');
document.write('<a href="http://www.rallytorescue.org"><img src="picts/sidebar-right.r2r.jpg" border="0" width="200" height="80" class="borders"></a><br>');
document.write('Founding Ambassador <br><br>');


document.write('<a href="http://www.petfinder.com"><img alat="Petfinder Logo" SRC="http://www.petfinder.com/gifs/logobutton.gif">');

document.write('<a href="http://www.adoptapet.com"><img src="http://images.adoptapet.com/images/links/sap_logo_small.gif" style="border: solid 1px #cccccc" /></a> ');


document.write('</center>');




document.write('<left>');
document.write('We are a Non-Profit <br>501(c)3 Tax Deductable Charity</left>');

document.write('<br><image src="images/0008.gif"><br>');
document.write('</fieldset>');
}

document.write('</td></tr></table>');


// -- END -->
