<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// RIGHT SIDEBAR FILE


var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW RIGHT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE

var your_domain		="passionfruitdesigns.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM

document.write('<a href="designerorder2009.doc"><img src="picts/ButtonDesigner.jpg" width="205" height="40" border="0"></a>')

document.write('<a href="orderform2009.doc"><img src="picts/FormCustom.jpg" width="205" height="40" border="0"></a>')

document.write('<a href="helpdesk.htm"><img src="picts/helpdeskbutton.jpg" width="150" height="175" border="0"></a>')

document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');



// MENU BOX TITLE

document.write('Featured Stars<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');

// Valerie's Text Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="http://www.valspace.com/blog/" target="_blank">Valerie Waugaman</a><br>');
document.write('IFBB Superstar and American Gladiator Siren<br>');



// Mary's Text Info with arrow

document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="http://www.marylado.com/" target="_blank">Mary Lado</a><br>');
document.write('IFBB Superstar and Arnold Figure Champion<br>');



// Tosca's Text Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="http://www.toscareno.com/" target="_blank">Tosca Reno</a><br>');
document.write('Fitness Expert and Author of the Eat Clean Diet Series.<br>');


// JNL's Text Info with arrow
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="http://www.jennifernicolelee.com/index2.html" target="_blank">Jennifer Nicole Lee</a><br>');
document.write('Fitness Supermodel, Mompreneur and Celebrity Author.<br>');

// Monica Cariveau's Text Info with arrow

document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="http://www.viewmonica.com/" target="_blank">Monica Cariveau</a><br>');
document.write('Miss Bikini Universe, Tall, Fitness Supermodel<br>');



document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');




















// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Join our mailing list:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form method="POST" action="http://'+your_domain+'/cgi-bin/formmail.cgi" style="margin: 0px">');
document.write('<INPUT TYPE="HIDDEN" name="recipient" value="subscribe@'+your_domain+'">');
document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://'+your_domain+'/thanks.html">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
document.write('<INPUT TYPE="HIDDEN" name="sort" value="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value=" your@email.com" onFocus="clearText(this)" class="newsform"><br>');
document.write('</td><td align="left">');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

}

// END NEWSLETTER FORM AREA














document.write('</td></tr></table>');
document.write('</td></tr></table>');

document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->