/*  Custom DOM to hide the side menu on the Spa Pages
 *  Brent Arnold 06/2010 
 *
 *--------------------------------------------------------------------------*/
 
function hideSideBar()
{
if (window.location == 'http://www.xpresspa.com/spas-a/150.htm') {
	document.getElementById('content_left').className='hide_sidemenu';
}
}



var addthis_config = {
   ui_click: true
}

