_cfscriptLocation = "/commons/ajaxfunctions.cfm";
//_cfscriptAmazonLocation = "http://pluginroom.com/ajax/app/amazon/functions.cfm";
//_cfscriptVotingLocation = "http://pluginroom.com/ajax/app/voting/functions.cfm";
//_cfscriptYahooLocation = "http://pluginroom.com/ajax/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 + 'tim');
    }
};
