function heraldFrameResize() {
	document.domain='heraldm.com';
	var iframe = document.getElementById("heraldFrame");
	iframe.height=document.frames("heraldFrame").document.body.scrollHeight;
	document.body.scrollTop = 0;
}

function updateIFrame( height ) {
	//document.domain = "heraldm.com";
	var iframe = document.getElementById("heraldFrame");
	iframe.height=height;
}
