var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); RefreshModule = function() {}; RefreshModule.HIDDEN_FIELD_ID = "__REFRESH_FIELD"; RefreshModule.prototype = { hiddenFieldId: RefreshModule.HIDDEN_FIELD_ID, createPageIdentifier: function() { var guid = this.newGuid(); document.getElementById(this.hiddenFieldId).value = guid; }, newGuid:function() { var g = ""; for(var i = 0; i < 32; i++) { g += Math.floor(Math.random() * 0xF).toString(0xF); } return g; } }; var refreshModule = new RefreshModule(); }