
_cfscriptLocation = "http://www.mycoolbackgrounds.com/ajax/functions/functions.cfm";
_cfscriptLocation_Category = "http://www.mycoolbackgrounds.com/ajax/functions/category.cfm";
_cfscriptLocation_Tags = "http://www.mycoolbackgrounds.com/ajax/functions/tags.cfm";
_cfscriptLocation_Report = "http://www.mycoolbackgrounds.com/ajax/functions/report.cfm";

function errorHandler(message)
{
	$('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};
