<!-- 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 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

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




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

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('<IMG SRC="picts/2948590965.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}

//document.write('<IMG SRC="harleyforsale/harley.gif" border="0" width="150" height="100" class="borders"><br><br>');
//document.write('<a href="harleyforsale/harleyforsale.htm"target="_blank">Harley for Sale..click here</a><br><br>');

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {


document.write('Now Offering Streaming Video. Play the video below.');
document.write('<br><br>');

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="140" height="115" align="middle"><param name="movie" value="http://ticopeach.net/video/carlos/flv/AB268328240320T04.SWF?u=ybc&amp;o=ybc&amp;i=http://ticopeach.net/video/carlos/flv/intro-092208.jpg&amp;b=3&amp;f=http://ticopeach.net/video/carlos/flv/TP-intro-092208.flv&amp;d=ybc&amp;a=http://www.videosaysitall.com&amp;v=100"><param name="quality" value="high"><param name="menu" value="false"><param name="allowFullScreen"value="true"><param name="allowScriptAccess" value="always">');
document.write('<embed src="http://ticopeach.net/video/carlos/flv/AB268328240320T04.SWF?u=ybc&amp;o=ybc&amp;i=http://ticopeach.net/video/carlos/flv/intro-092208.jpg&amp;b=3&amp;f=http://ticopeach.net/video/carlos/flv/TP-intro-092208.flv&amp;d=ybc&amp;a=http://www.videosaysitall.com&amp;v=100" quality="high" menu="false"  width="140" height="115" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
document.write('<br><br>');

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Other Info:</span></legend>');

document.write('A few reasons for having your own web site. ');
document.write('<a href="reasons.htm">More...</a>');
document.write('<br><br>');

document.write('Local Links. ');
document.write('<a href="locallinks.htm">more...</a>');
document.write('<br><br>');

document.write('We are committed to protecting the information you share with us. ');
document.write('<a href="privacy.htm">more...</a>');


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

// END FIRST TEXT AREA




// SECOND IMAGE AREA


   if (showimage_2 == "no") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




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

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Domain Names:</span></legend>');

document.write('Use these links to search for domain name availablity. <br>');

document.write('<a href="http://www.verio.com/"target="_blank">Verio (TicoPeach 1st choice)...</a><br><br>');
document.write('<a href="http://www.domainit.com/"target="_blank">DomainIt...</a><br><br>');
document.write('<a href="http://www.internic.com/"target="_blank">InterNic...</a><br><br>');


document.write('This site displays owner information for any domain name.');
document.write('<a href="http://www.betterwhois.com/"target="_blank">Better-Whois</a><br><br>');

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




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

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></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://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

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

//document.write('<a href="http://allwebcodesign.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('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




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

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

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

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







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