<!-- Begin

var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var movedown		= "2"		// SIDEBAR SPACE FROM top
var sidewidth		= "180"		// SIDEBAR width - ALSO EDIT THE CSS SIDEBAR width
var pageheight		= "1"		// ADD EXtrA height TO ALL PAGES WITH A SIDEBAR
document.write('<img src="/images/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');
// 1ST NOTES AREA
   if (showarea_1 == "yes") {
document.write('<fieldset class="sidebarfield"><legend>');
document.write('<span class="sidebartitle">Notes:</span></legend>');
document.write('Click on Breeder Names to view ads. ');
document.write('</fieldset>');
document.write('<br>');
}
// END FIRST NOTES AREA
document.write('<img src="/images/spacer.gif" height="'+pageheight+'" width="130"><br>');
//  End -->