// check page is not framed, break out if necessary
if (window != top) {
  top.location.href=location.href;
}

function writeEmailAddress() {
  var ea = ('feedback@' + 'zipcreator.com');
  document.write('<p><a href="mailto:' + ea + '">' + ea + '</a></p>');
}