<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="http://www.amessagebottle.com/picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');




// SHOW GEO TRUST CERT
<!-- document.write('<center><img src="picts/geo_ssl.gif" width="115" height="55" border="0"></center><br><br><br>'); -->





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('<strong>Valentine Day Greetings</strong><br></legend>');
document.write('<P><a href="http://www.amessagebottle.com/cgi-bin/acart/apple-search.pl?&prodcodes=m335t&begin=1&end=5&display=6"><center><img src="http://www.amessagebottle.com/designs/romantic_message_bottle.jpg" alt="Send your Valentine greeting in a Bottle" width="120" height="150" border="0"></a><br>Your Message in a Bottle Valentine greeting will be displayed ALL Year long.</center></P>');
document.write('</fieldset>');
document.write('<br><br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('<strong>Wedding Invitations</strong><br></legend>');
document.write('<P><a href="http://www.amessagebottle.com/cgi-bin/acart/apple-search.pl?&prodcodes=m450t&begin=1&end=5&display=6"><center><img src="http://www.amessagebottle.com/designs/message-bottle-invitation.jpg" alt="Invitations that create Memories" width="120" height="150" border="0"></a></center><br><justify>Our Message in a Bottle Invitations are the most Unique way to Welcome your Guests to your Wedding, Anniversary or any special Occasion.<br><br><strong>ORDER YOURS TODAY</strong>, we will mail out your order on the date you request.</justify></P>');
document.write('</fieldset>');
document.write('<br><br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// SMALL PICTURE AREA (Temporaraly offline)

//   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="/cgi-bin/acart/apple-search.pl?&prodcodes=m325t"><img src="picts/message_rtside.jpg" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br><br>');
//}




// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Gifts for Her<br></legend>');
document.write('<center>');
document.write('<a href="http://www.amessagebottle.com/cgi-bin/acart/apple-search.pl?&prodcodes=g19c&begin=1&end=5&display=6"><img src="http://www.amessagebottle.com/designs/message-bottle-her.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Gifts for Him<br></legend>');
document.write('<center>');
document.write('<a href="http://www.amessagebottle.com/cgi-bin/acart/apple-search.pl?&prodcodes=g16c&begin=1&end=5&display=6"><img src="http://www.amessagebottle.com/designs/message-bottle-him.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4







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


// -- END -->