var login_window = document.createElement('div');
Element.update(login_window, '<h1>Contact Us</h1>\n\n<p>This site was conceived and developed by <b>Warren Konkel</b> and <b>David Rappo</b>.  You can e-mail us at <a href=\"mailto:support@statisfy.net\">support@statisfy.net</a>.  We are often found on IRC in <a href=\"irc://irc.freenode.net/bountysource\">FreeNode\'s #BountySource</a>.</p>');
new FishplateWindow({'content_element': login_window}).show();