// JavaScript Document
function getIframeHeight() {
//  if (document.referrer != self.location){
//  window.location.replace(self.location);
//  alert("hej" + document.referrer );
//  }
  var myHeight = document.body.scrollHeight;
	return myHeight;
}
