function disableBackBtn() {
//alert(this.href);
//alert(window.history.forward(1));
//window.location.href(this);
  //if(window.history.forward(1) != null)
  window.history.forward(1);
//location.replace(this.href);
//window.location.href = this;
}