var protocolHost = document.location.protocol+'//'+document.location.host;
_cfscriptLocation = protocolHost+"/intranet.cfc"; //_cfscriptLocation must be all lowercase letters!
_cfscriptAmazonLocation = "http://www.nccu.edu/ajax/app/amazon/functions.cfm";
_cfscriptVotingLocation = "http://www.nccu.edu/ajax/app/voting/functions.cfm";
_cfscriptYahooLocation = "http://www.nccu.edu/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);
    }
};

