<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "2"		// 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="0" cellspacing="0" 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('Testimonials<br></legend>');

document.write('"We had a low budget. How could we effectively reach as many people as possible? We were skeptical about using inspiring messages at first. They just didn’t seem relevant. But what we found was that they really connected with people – and generated curiosity about the whole Health Freedom campaign.<br><br>Our website hits increased dramatically and we managed to overcome our initial objectives. The great part is that the products continue to promote our cause, to an ever-increasing audience.<br><br>We just wanted bumper stickers. What we got was a complete promotional strategy – and how to execute it – so we didn’t have to worry about the details. Bravo!"<br><br>Paddy Fahy<br>Founding Member<br>Health Freedom<br>New Zealand<br><br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="about.htm"><img src="picts/jacs0114textpath.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('<br>');
}








// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Jacqui Olliver<br>Inspired Creator<br></legend>');

document.write('This work was created to connect you with your inner being. Your Soul speaks to you via emotions... Inspiration speaks to your Soul :-)<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

 if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Testimonials<br></legend>');

document.write('"We had a low budget. How could we effectively reach as many people as possible? We were skeptical about using inspiring messages at first. They just didn’t seem relevant. But what we found was that they really connected with people – and generated curiosity about the whole Health Freedom campaign.<br><br>Our website hits increased dramatically and we managed to overcome our initial objectives. The great part is that the products continue to promote our cause, to an ever-increasing audience.<br><br>We just wanted bumper stickers. What we got was a complete promotional strategy – and how to execute it – so we didn’t have to worry about the details. Bravo!"<br><br>Paddy Fahy<br>Founding Member<br>Health Freedom<br>New Zealand<br><br>');

document.write('</fieldset>');
document.write('<br>');

}





document.write('</td></tr></table>');


// -- END -->