function setHeight(){
   var theHeight=document['body'].offsetHeight;
   parent.document.getElementById('data_output_news').height=theHeight;
}

