
if (typeof A4J == 'undefined'){
	A4J = { };
}

if (typeof A4J.AJAX == 'undefined'){
	A4J.AJAX = { };
}

A4J.AJAX.onError = function(req, status, message) { 
	window.alert("There was a network communication error: " + message); 
};

A4J.AJAX.onExpired = function(loc, expiredMsg) {
	if (window.confirm("Your session has timed out, please try again: " + expiredMsg + " @ " + loc)){
		return loc;
	} else {
		return false;
	}
};

window.contextPath = '';
window.staticContentBaseUrl = 'https://static.gotprint.com';
window.cookiePrivacySetting = 'TARGETING';
window.isCookiePrivacyPolicyEnabled = false;