/**
 * Pacific Fox global namespace and constants
 */
var init = function () {
	this.APPLICATION_NAME = "au_com_pacificfox";
	this.VERSION = 3.4;
	return this;
}
window.PACIFICFOX = ( typeof window.PACIFICFOX == "undefined" ? init() : window.PACIFICFOX );