/**
 * Pacific Fox global namespace and constants
 */
var init = function () {
	this.APPLICATION_NAME = "au_com_yellaterra";
	this.VERSION = 0.1;
	return this;
}
window.PACIFICFOX = ( typeof window.PACIFICFOX == "undefined" ? init() : window.PACIFICFOX );

document.write( '<script src="/_resource/script/string.js"></script>' );