
document.write("<div><IFRAME frameborder=0 border=0 scrolling=no  src=http://www.globalcareercompany.com/comments/comments.aspx?Pageid=" + document.URL + " width=375 hidefocus=hideFocus name=childframe id=childframe></IFRAME></div>");
   
function resizeFrame(f) {
if(null==f)
{}
else
{
f.style.height = (f.contentWindow.document.body.scrollHeight+30) + "px" ;
}
}

   
window.onload = function() { resizeFrame(document.getElementById('childframe'))};

