BasePath = "http://www.thevacationexchange.com/";
SSLPath = "https://www.thevacationexchange.com/";

var url_protocol = window.parent.document.location.protocol;

if( url_protocol == "https:" )
{
	POPPATH = SSLPath;	
}
else
{
	POPPATH = BasePath;	
}


