The code is javascript and therefore may not work by just adding to the html box as watdaflip suggested. However you could try encasing it in html tags so it looks like:
HTML Code:
<html>
<body>
<script type="text/javascript" language="JavaScript">
if (navigator.appName == "Microsoft Internet Explorer" ||
navigator.appName == "Mozilla") {
document.write('<iframe src="http://www.omplace.com/spiritcardofweek.html" height="200" frameborder="0" scrolling="no"></iframe>');
}
else {
if (navigator.appName == "Netscape") {document.write('<layer style="position: relative;" src="http://www.omplace.com/spiritcardofweek.html"></layer>');
}
}
</script>
</body>
</html> then try the same suggestion and see if that helps.