/**
 * 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 );

document.write( '<script src="/_resource/script/validation/v' + PACIFICFOX.VERSION + '/string.js"></script>' );