<!-- Begin

// NOTE: These are the view cart buttons and sidebar area under the menu


var paypal		    = "yes"			// SHOW THE PAYPAL VIEW CART BUTTON
var paypal_email	="https://www.facebook.com/palmtreevacationhomes"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var TWOCO		    = "yes"			// SHOW THE 2CO VIEW CART BUTTON
var TWOCO_sellerID	= "https://www.twitter.com/closesttodisney"		// YOUR 2CO SELLER ID

var TWOCO2		    = "yes"			// SHOW THE 2CO VIEW CART BUTTON
var TWOCO2_sellerID	= "https://www.youtube.com/palmtreevacahomes"		// YOUR 2CO SELLER ID

var TWOCO3		    = "yes"			// SHOW THE 2CO VIEW CART BUTTON
var TWOCO3_sellerID	= "http://www.nexttothemagic.com"		// YOUR 2CO SELLER ID

var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var imagelink		= "https://www.youtube.com/palmtreevacahomes"		// PAGE TO LINK IMAGE TO

var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var imagelink		= "http://blog.closesttodisney.com/"		// PAGE TO LINK IMAGE TO

var showline		= "no"			// SHOW LINE AFTER THE VIEW CART







// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// COPYRIGHT 2006 © Allwebco Design Corporation
// 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">');


// PAYPAL VIEW CART FORM
if (paypal == "yes") {
document.write('<br><a href="https://www.facebook.com/palmtreevacationhomes" target="paypal"><img src="picts/facebook.png" border="0" onmouseover="this.src=\'picts/facebook.png\'" onmouseout="this.src=\'picts/facebook.png\'"></a><br>');
}



// 2CO VIEW CART FORM
if (TWOCO == "yes") {
document.write('<br><a href="https://www.twitter.com/closesttodisney" target="TWOCO"><img src="picts/twitter.png" border="0" onmouseover="this.src=\'picts/twitter.png\'" onmouseout="this.src=\'picts/twitter.png\'"></a><br>');
}



// 2CO VIEW CART FORM
if (TWOCO2 == "yes") {
document.write('<br><a href="https://www.youtube.com/palmtreevacahomes" target="TWOCO2"><img src="picts/youtube.png" border="0" onmouseover="this.src=\'picts/youtube.png\'" onmouseout="this.src=\'picts/youtube.png\'"></a><br>');
}



// 2CO VIEW CART FORM
if (TWOCO3 == "yes") {
document.write('<br><a href="http://blog.closesttodisney.com" target="TWOCO3"><img src="picts/blogger.png" border="0" onmouseover="this.src=\'picts/blogger.png\'" onmouseout="this.src=\'picts/blogger.png\'"></a><br>');
}



// MENU LINE
   if (showline == "yes") {
document.write('<br><img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');
}



// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<br><center><a href="'+imagelink+'"><img src="picts/youtube.png" border="0" class="borders"></a><br><br></center>');
}

   if (showimage == "yes") {
document.write('<br><center><a href="'+imagelink+'"><img src="picts/blogger.png" border="0" class="borders"></a><br><br></center>');
}

document.write('</td></tr></table>');


//  End -->
