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