function loadCommentsFrame( obj )
{
  var frame = obj.contentWindow.document;
  obj.style.height = frame.getElementsByTagName("body")[0].offsetHeight+"px";
  if( typeof reequalize == "function" )
  {
    reequalize();
  }
  else if( typeof setHeightAgain == "function" )
  {
    setHeightAgain();
  }
}

try
{
	$('postBlock'+locForumPost).style.display = "block";
	$('loadFrame'+locForumPost).innerHTML = '<iframe src="http://navblog.uol.com.br/comment.html?postFileName='+locForumPost+'&idBlog='+forumId+'" name="iframe'+locForumPost+'" id="iframe'+locForumPost+'" onload=\"loadCommentsFrame(this);\" width="446" height="0" frameborder="0"></iframe>';
	
	// Sobe a coluna de Links Patrocinados
	if($('links-patrocinados-coluna-int')) $('links-patrocinados-coluna-int').style.top = "10px";
}
catch(err)
{
	$('postBlock'+forumFirstPost).style.display = "block";
	$('loadFrame'+forumFirstPost).innerHTML = '<iframe src="http://navblog.uol.com.br/comment.html?postFileName='+forumFirstPost+'&idBlog='+forumId+'" name="iframe'+forumFirstPost+'" id="iframe'+forumFirstPost+'" onload=\"loadCommentsFrame(this);\" width="446" height="0" frameborder="0"></iframe>';
}
