<!-- 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>');





var mymessage=''
mymessage='<div align="left"><font style="color: #660000;">Did you know..... We have just as much hair all over our bodies as chimpanzees or monkeys or any other furry primate? Most of it is just very short and light. It is called "vellus hair" or "peach fuzz"<br><br>Did you know.....female hair grows much slower than male hair.<br><br>Did you know.........hair grows faster in warm weather?<br><br>Did you know..........Even though it is perfectly natural, many women feel embarrassed about body hair? In particular, their concern centers around the face, legs, armpits and nipples. The fact is other cultures celebrate the hair we hide away. In France, a tufty armpit is considered the height of feminine chic! It is all question of personal taste.<br><br>Did you know 66% of woman feel a need to deal with their body hair whereas  only 31 % of men feel this way?<br><br>Did you know...That when starting hair removal treatments, plucking, waxing, or tweezing is not advisable. <br><br>Did you know...Body hair  helps provide a subtle dating service by retaining your unique personal scent - conveyed by chemicals called pheromones - which helps a potential mate become attracted to you?<br><br> Did you know...Dominica also goes by her childhood nickname "Nicci"?<br><br> Did you know...First time clients receive a discount if you mention that you visited our website?</font></DIV>'
if (document.all){
document.writeln('<marquee id="ieslider" scrollAmount=2 width=150 height=100 direction=up style="border:0 solid grey;background-color:#ffcc99">')
document.writeln(mymessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=2")
document.write('</marquee>')
}
if (document.getElementById&&!document.all){
document.write('<div style="position:relative;overflow:hidden;width:200;height:70;clip:rect(0 302 102 0); background-color:#ffffff;border:0px solid white;" onMouseover="sspeed=0;" onMouseout="sspeed=2">')
document.write('<div id="slider" style="position:relative;width:&{swidth};">')
document.write('</div></div>')
}

document.write('<br><br>')

// SMALL PICTURE AREA

   if (showimage == "yes") {

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('<font style="color: #660000;"> <center>Continuing Education through<br>Electrolysis Society of Florida<br><br>Medical Director,<br> Dr. Patricia Eseverri</center><br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
