_cfscriptLocation = "http://"+location.host+"/search/functions.cfm";
_cfscriptDonorLocation = "https://"+location.host+"/search/OPSI_functions.cfm";
_cfscriptPCRLocation = "http://"+location.host+"/search/PCR_functions.cfm";
_cfscriptRROLocation = "http://"+location.host+"/search/RRO_functions.cfm";
_cfscriptRVSLocation = "http://"+location.host+"/search/RVS_functions.cfm";
_cfscriptStoriesLocation = "http://"+location.host+"/search/story_functions.cfm";
_cfscriptAnniversaryLocation = "http://"+location.host+"/resources/returned/fifty/includes/functions.cfm";


var $j = jQuery.noConflict();  

function errorHandler(message)
{
	$j('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};

