//_cfscriptLocation = "http://" + document.location.host + "/ajax/examples/functions.cfm";
//_cfscriptAmazonLocation = "http://" + document.location.host + "/ajax/app/amazon/functions.cfm";
//_cfscriptVotingLocation = "http://" + document.location.host + "/ajax/app/voting/functions.cfm";
//_cfscriptYahooLocation = "http://" + document.location.host + "/ajax/app/yahoo/functions.cfm";
_cfscriptFinishLaterLocation = "http://" + document.location.host + "/ajax/lf/finishlater.cfm";
_cfscriptFinishLaterLocation_secure = "https://" + document.location.host + "/ajax/lf/finishlater.cfm";

_cfscriptLookupLocation = "http://" + document.location.host + "/ajax/lf/dynamiclookup/lookup.cfm";
_cfscriptLookupLocation_secure = "https://" + document.location.host + "/ajax/lf/dynamiclookup/lookup.cfm";
function errorHandler(message)
{ 

	//$('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};
