<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// LEFT SIDEBAR FILE


var paypal		= "no"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE




document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Peppa Sauce Beach & Stage Bikinis<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="center" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');












// START JNL Wideband LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_jnlwideband.htm">');
document.write('<img src="picts/ps_jnlwide_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}


// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_jnltigra.htm">');
document.write('<img src="picts/ps_jnl_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}
// START 2ndST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_brandi.htm">');
document.write('<img src="picts/ps_brandi_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}


// START 3rd LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_pushuphalter.htm">');
document.write('<img src="picts/ps_pushup_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

// START 3rd LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_bellahalter.htm">');
document.write('<img src="picts/ps_bellahalter_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

// START 3rd LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_hollywoodhalter.htm">');
document.write('<img src="picts/ps_hollywoodhalter_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}
   
// START 3rd LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="peppasauce_wraps.htm">');
document.write('<img src="picts/ps_wraps_thumb.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}
   
   
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 -->