_cfscriptLocation = "http://www.jjcamper.com/controller/ajax/ajaxfunctions.cfm";
_cfscriptAmazonLocation = "http://localhost/cfajax/app/amazon/functions.cfm";
_cfscriptVotingLocation = "http://localhost/cfajax/app/voting/functions.cfm";
_cfscriptYahooLocation = "http://localhost/cfajax/app/yahoo/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);
    }
};
