//_cfscriptMainLocation = "http://www.herman-nelson.com/functions.cfm";

_cfscriptMainLocation = "http://" + window.location.hostname + "/cfajax/app/functions.cfm";

//_cfscriptMainLocation = "http://www.herman-nelson.com/cfajax/app/functions.cfm";
//_cfscriptLocation = "http://127.0.0.1:8500/jordan/cfajax/examples/functions.cfm";
//_cfscriptAmazonLocation = "http://127.0.0.1:8500/jordan/cfajax/app/amazon/functions.cfm";
//_cfscriptVotingLocation = "http://127.0.0.1:8500/jordan/cfajax/app/voting/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);
    }
};

