<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS



var header		 	= "yes"		// SHOW THE SIDEBAR HEADER
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><center>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="subtitle">Proud Sponsor</span><br><br>');

document.write('<a href="http://www.localdognetwork.com"><img src="picts/ldn_color.jpg" border="0" width="125px"></a><br>');

document.write('<a href="http://www.localdognetwork.com">Where local pet friendly businesses help build our community.</a>');

document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="subtitle">Dog of the Month</span><br>');

document.write('<br>');

document.write('<a href="http://www.localdognetwork.com/Sponsored_Dog_of_the_Month.html">');
document.write('<img src="http://www.localdognetwork.com/images/sophia_2.jpg" border="0" width="150px"></a><br><br>');

document.write('Arbor Dog Daycare is proud to sponser Local Dog Network\'s - Dog of the Month.  Each month we showcase a new dog that is looking for a looking family.<br><br>');
document.write('To find out more about the Dog of the Month, and find out how to adopt them <a href="http://www.localdognetwork.com/Sponsored_Dog_of_the_Month.html">Click Here.</a><br>');

document.write('</fieldset><br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</center></td></tr></table>');


// -- END -->