// JavaScript Document

// News Ticker
function calcHeight(){
	var the_height=document.getElementById("form_iframe").contentWindow.document.body.scrollHeight;
	document.getElementById("form_iframe").height=the_height;
}

