<!-- 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		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW 4th SIDEBAR IMAGE
var showimage_5		= "yes"		// SHOW 5th 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 links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP


document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<br><br><img src="picts/sidebar-1.jpg" border="0" width="175" height="116" class="borders"><br><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Contact Us:</legend>');

document.write('PO Box 1409<br>');  

document.write('Port Richey, FL 34673<br><br>'); 

document.write('Phone: 727-863-7444 <br>');

document.write('Fax: 727-863-3999 <br><br>');

document.write('<a href="mailto:info@adoptionlawflorida.com">Email: info@adoptionlawflorida.com </a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA


// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<img src="picts/sidebar-2.jpg" border="0" width="175" height="118" class="borders"><br><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Thought for today:</legend>');

document.write('There are no seven wonders of the world in the eyes of a child. <br> There are seven million. <br> Walt Streightiff <br>');


document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA



// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('More Links:</legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://www.wendiefinnan.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://www.wendiefinnan.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://www.wendiefinnan.com" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}


// SAMPLE LINKS AREA




// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="http://twitter.com/adoptionflorida" target="_blank"<img src="picts/twitter.jpg" width="175" height="40"><br><br>');
}


// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('More Info:</legend>');

document.write('Add more info. ');

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA




// FOURTH IMAGE AREA


   if (showimage_4 == "yes") {
document.write('<a href="http://www.linkedin.com/in/adoptionattorneyflorida" target="_blank"<img src="picts/linkedin.jpg" border="0" width="175" height="43" class="borders"><br><br><br>');
}


// END FOURTH IMAGE AREA


// FOURTH IMAGE AREA


   if (showimage_5 == "yes") {
document.write('<a href="http://www.upf.com/book.asp?id=TARTA001" target="_blank"<img src="picts/book.jpg" border="0" width="175" height="227" class="borders"><br><br>');
}


// END FOURTH IMAGE AREA



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

//  End -->
