function setNewsletterHeight() {
  setOuterHeight(self, 'newsletterframe');
  // We need to accommodate the MS positioning which pushes the logo off-screen
  var iHeight = getElementHeight(obj('newsletterframe')) + 36;
  obj('newsletterframe').style.height = iHeight + "px";
}
