/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
RefreshModule=function(){};RefreshModule.HIDDEN_FIELD_ID="__REFRESH_FIELD";RefreshModule.prototype={hiddenFieldId:RefreshModule.HIDDEN_FIELD_ID,createPageIdentifier:function(){var a=this.newGuid();document.getElementById(this.hiddenFieldId).value=a},newGuid:function(){var b="";for(var a=0;a<32;a++){b+=Math.floor(Math.random()*15).toString(15)}return b}};var refreshModule=new RefreshModule();