document.writeln('<h2 class="hide">Menu:</h2>');
document.writeln('<ul>');
document.writeln('<li><a href="index.html">Home</a></li>');
document.writeln('<li><a href="#" onClick="window.open(\'300/SOM303.htm\',\'SOM\',\'height=512,width=660\'); return false;">Newest Movie</a></li>');
document.writeln('<li><a href="archive.html">Movie Archives</a></li>');
document.writeln('<li><a href="char.html">Characters</a></li>');
document.writeln('<li><a href="post.html">Post Archives</a></li>');
document.writeln('<li><a href="store.html">SoMT Store</a></li>');
document.writeln('<li><a href="donate.html">Donate</a></li>');
document.writeln('<li><a href="forum.html">Forums</a></li>');
document.writeln('</ul>');

document.writeln('<div class="announce">');
document.writeln('<h3>Other Stuff:</h3>');

document.writeln('<script src="http://widgets.twimg.com/j/2/widget.js"></script>');
document.writeln('<script>');
document.writeln('new TWTR.Widget({');
document.writeln('  version: 2,');
document.writeln('  type: \'profile\',');
document.writeln('  rpp: 1,');
document.writeln('  interval: 6000,');
document.writeln('  width: 130,');
document.writeln('  height: 300,');
document.writeln('  theme: {');
document.writeln('    shell: {');
document.writeln('      background: \'#333333\',');
document.writeln('      color: \'#ffffff\'');
document.writeln('    },');
document.writeln('    tweets: {');
document.writeln('      background: \'#000000\',');
document.writeln('      color: \'#ffffff\',');
document.writeln('      links: \'#26a84d\'');
document.writeln('    }');
document.writeln('  },');
document.writeln('  features: {');
document.writeln('    scrollbar: false,');
document.writeln('    loop: false,');
document.writeln('    live: false,');
document.writeln('    hashtags: true,');
document.writeln('    timestamp: true,');
document.writeln('    avatars: false,');
document.writeln('    behavior: \'all\'');
document.writeln('  }');
document.writeln('}).render().setUser(\'SoMTheater\').start();');
document.writeln('</script>');

document.writeln('<p>&nbsp;</p>');

document.writeln('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FSecret-of-Mana-Theater%2F119043921477357&amp;layout=standard&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=verdana&amp;colorscheme=dark&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:35px;" allowTransparency="true"></iframe>');

document.writeln('<p><a href="seymour.xml"><img src="images/feed.gif" alt="rssfeed" width="14" height="14" />RSS Feed</a><br /><br /></p>');

document.writeln('<h3>&nbsp;');
document.writeln('  Author:</h3>');

document.writeln('<p><img src="images/arrow.gif" alt="arrow" width="7" height="7" /> <a href="mailto:bewarethesprite@hotmail.com">Email</a><br />');
document.writeln('  <img src="images/arrow.gif" alt="arrow" width="7" height="7" />  <a href="http://cookie-bastard.livejournal.com/">LiveJournal</a><br />');
document.writeln('</p>');

document.writeln('</div>');


