_cfscriptLocation = ")ajax)examples)functions.cfm";
_cfscriptAmazonLocation = ")ajax)app)amazon)functions.cfm";
_cfscriptVotingLocation = ")ajax)app)voting)functions.cfm";
_cfscriptYahooLocation = ")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);
    }
};

















