TURN_ON = false;

moz=document.getElementById&&!document.all
mozHeightOffset=20

function include_news(){
	if (TURN_ON){
		content = '<div style="height:32px"><img src="/fr/images/lang/title_events.jpg" width="147" height="32"></div>'
		content +='<iframe id="iframe_id" name="iframe_name" src="/fr/news.html" style="width:141px;margin-left:3px" scrolling="no" frameborder="no" onload=resize_iframe()></iframe>'
	news.innerHTML = content;
	}
}
function resize_iframe(){
document.getElementById("iframe_id").height=100
document.getElementById('iframe_id').height=window.frames["iframe_name"].document.body.scrollHeight+(moz?mozHeightOffset:0)
}
include_news();
