Event.onDOMReady(function() {

    var content = $("content");
    if(content) {
        content.maximizeHeight();
    }
    //var hw = $("healthwise");
    //hw.observe("load", function() { alert(this.contentDocument.height); }.bindAsEventListener(hw));

});
