window.onload = function() {

    var right = document.getElementById("homeContentRight");
    var rightContent = right.innerHTML;
    right.innerHTML = "<div style='height: 400px; width: 1px'></div>";

    var hcl = document.getElementById("homeContent");
    var content = '<div style="width: 100%; height: 450px; padding: 0px; margin: 0px;"><table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 450px;"><tr><td style="padding: 10px 0px 0px 10px; width: 734px;"><iframe src="http://www.ndp-agency.com/mgh/" width="728" height="418" scrolling="no" frameborder="0"></iframe></td><td style="background: #E2E1CD url("http://www.montgomerygeneral.com/content/upload/AssetMgmt/images/MGH_images/rightBG.jpg") repeat-x center top;"><div style="margin-left: 21px;">' + rightContent + '</div></td></tr></table></div>';

    hcl.innerHTML = content + hcl.innerHTML;

}