var funmailElement = document.getElementById('funmailWrapper');
if (funmailElement) { funmailElement.innerHTML = getFunmailForm(); }

function getFunmailForm() {
    return "<div style=\"font-family: arial, helvetica, sans-serif; color: #666; width: 280px; height: 42px; overflow: hidden; font-size: 14px; padding: 8px; text-align: center; background-image: url(http://www.outer-court.com/funmail/back.png); background-repeat: no-repeat;\"><form action=\"http://www.outer-court.com/funmail/\" method=\"post\"><div>get an email alert when we release new fun projects: <input type=\"text\" name=\"email\" style=\"width: 115px; color: #888; border-width: 1px; font-weight: normal\" value=\"your email\" onclick=\"if(this.value=='your email'){this.value='';this.style.color='#000';}\" /> <input type=\"submit\" value=\"submit\" style=\"; border-width: 1px; font-size: 90%\" /><input type=\"hidden\" name=\"mode\" value=\"subscribe\" />&nbsp; <span style=\"font-size: 90%\">(<a href=\"http://www.outer-court.com/funmail/?mode=help\" target=\"_blank\" style=\"color: #555\">?</a>)</span></div></form></div>";
}


