function sendHtml(){
	parent.top.content.changeMainText(document.getElementById('divBody').innerHTML);
}

onload=sendHtml;