<!-- Begin

// NOTE: These are the view cart buttons and sidebar area under the menu


var paypal		= "no"			// SHOW THE PAYPAL VIEW CART BUTTON
var paypal_email	="your@email.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var TWOCO		= "no"			// SHOW THE 2CO VIEW CART BUTTON
var TWOCO_sellerID	= "999999"		// YOUR 2CO SELLER ID

var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var imagelink		= "http://www.thenetheryfamily.com/contact/"		// PAGE TO LINK IMAGE TO
var imagelink1		= "http://www.thenetheryfamily.com/index.html"		// PAGE TO LINK IMAGE TO

var showline		= "no"			// SHOW LINE AFTER THE VIEW CART







// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// COPYRIGHT 2008 © nSquared Technologies
// Unauthorized use or sale of this script is strictly prohibited by law





document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td align="center">');



// MENU LINE
   if (showline == "yes") {
document.write('<br><img src="http://www.thenetheryfamily.com/picts/menu-line.gif" width="156" height="2" vspace="4"><br>');
}



// SMALL PICTURE AREA





 /* if (showimage == "yes") {
<br><br><center><a href="'+imagelink1+'"><img src="picts/logo.gif" border="0" ></a><br><br><br><br></center>');
}*/

   if (showimage == "yes") {
document.write('<br><br><center><a href="'+imagelink+'"><img src="http://www.thenetheryfamily.com/picts/sidebar.jpg" border="0" class="borders"></a><br><br></center>');
}


document.write('</td></tr></table>');


//  End -->