_cfscriptLocation = "http://www.lejacq.com/ajax/examples/functions.cfm";
_cfscriptAmazonLocation = "http://www.lejacq.com/ajax/app/amazon/functions.cfm";
_cfscriptVotingLocation = "http://www.lejacq.com/ajax/app/voting/functions.cfm";
_cfscriptYahooLocation = "http://www.lejacq.com/ajax/app/yahoo/functions.cfm";
_ptscriptLocation = "https://www.lejacq.com/projects/AJX_functions.cfm";
_cfscriptInspireLocation = "http://www.lejacq.com/submit/Functions-AJAX.cfm";
_cfscriptLeJacqLocation = "http://www.lejacq.com/AJAX_functions.cfm";

function errorHandler(message)
{
	$('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};

