_cfscriptLocation = "http://localhost:8500/testAjax/com/ajaxCommunities.cfm";
_cfscriptAmazonLocation = "http://localhost:8500/ajax/app/amazon/functions.cfm";
_cfscriptVotingLocation = "http://localhost:8500/ajax/app/voting/functions.cfm";
_cfscriptYahooLocation = "http://localhost:8500/ajax/app/yahoo/functions.cfm";
_cfscriptRealtor = "http://bslqa.rildev.com/com/realtor.cfm";
_cfscriptAustinVideo = "/com/austin.cfm";
_cfscriptCommunitySpecialVideo = "/com/communityspecialvideo.cfm";
_cfscriptLikeit = "/com/likeit.cfm";
_cfscriptShowincentive = "/com/showincentive.cfm";
function errorHandler(message)
{
	$('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};

