<!-- 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		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var noteborder		= "666666"	// BORDER COLOR AROUND THE NOTES


document.write('<TABLE cellpadding="3" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
	   
document.write('<IMG SRC="images/Broad-Sera3small.jpg" border="0" width="150" height="185" class="borders"><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {
document.write('<br>');
document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Our Morgans</span></legend>');
document.write('Above - Whitemud Lady Tisera<br>');

document.write('<a href="ledyardmorgans.html">View Morgans</a><br>' );

//document.write('<img src="sidebar_images//arrow-2.gif" border="0" align="middle" hspace="5">');



document.write('</fieldset>');
document.write('<br>');
document.write('<br>');





}

// END FIRST TEXT AREA


// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="images/Lasssmall.jpg" border="0" width="150" height="114" class="borders"><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Highland Cattle</span></legend>');

document.write('<a href="herd.html">View Highland Cattle</a><br>');
document.write('<a href="beefforsale.html">Premium Highland Beef</a><br>');
//document.write('<img src="sidebar_images//arrow-2.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');

}
// END SECOND TEXT AREA


// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
// document.write('<IMG SRC="images/Riding-Arena-6.14.06-008ind.jpg" border="0" width="150" height="113" class="borders"><br>');

document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<br>');

}

// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

// document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
// document.write('<span class="subtitle">New Riding Arena</span></legend>');

document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<br>');


//document.write('</fieldset>');


document.write('<br>');         



}
// END THIRD TEXT AREA


document.write('</td></tr></table>');
//  End -->
