// JavaScript Document
<!-- 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 showimage		= "yes"		// SHOW A SIDEBAR IMAGE

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





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

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







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('TESTIMONIAL!<br></legend>');

document.write('In the past I would get off a boat and I would still feel the rocking and rolling for a whole day. This time that did not happen. No rocking or rolling at all. We were able to thoroughly enjoy two full days of boating and fishing. <br><br>I would recommend DizzyStop&reg; to everyone. In fact, I have purchased three more bottles and given them to friends that have a difficult time with motion sickness. <br><br>DizzyStop&reg; IS THE BEST!<br><br>Jerry A.<br>Palm Springs, CA<br>November, 2008<br><br><a href="http://www.shop.dizzystop.com/contactus.sc" title="Contact Us">Contact Us</a>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('TESTIMONIAL!<br></legend>');

document.write('DizzyStop&reg; was your precautionary recommendation for our forty-five day cruise from Los Angeles to Australia. We encountered many different types of weather during our crossing, from calm to extremely rough seas. During the voyage into Tasmania the seas were extremely rough for three days. I took DizzyStop&reg; and never experienced sea sickness while other travelers were suffering from nausea and illness. <br><br>One of the crew members I got to know quite well suffered from sea sickness and the pills that had been provided to her were not working. I gave her some DizzyStop&reg; to try and the next day she was fine. On past cruises using over the counter sea sickness pills I did experience seas sickness along with the usual side effects. On this long cruise, DizzyStop&reg; prevented this reaction and saved my trip! <br><br>Thank you again for sharing your product with me. <br><br>Darlynne B.<br>Rancho Mirage, CA<br>February, 2009<br><br><a href="http://www.shop.dizzystop.com/contactus.sc">Contact Us');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->