// JavaScript Document

function calcHeight()
{
var the_height=
document.getElementById('latest-news-if').contentWindow.
document.body.scrollHeight;

document.getElementById('latest-news-if').style.height=
(the_height+10)+"px";
}

