<!--
document.write("<form method= 'post' action='rsc/mailer.php'>");
document.write("<p class='subhead'>Signup for our mailing list!</p><div class='smaller-text'>");
document.write("<p class='tiny'>Email <input type='text' class='inputs' name='EmailFrom' value='' maxlength='100' size='20'></p>");
document.write("<p class='tiny' style='display:block;'><input type='checkbox' class='inputs' name='agree' value=false> Yes, sign me up to recieve updates on concerts and other events!</p>");
document.write("<p class='small'>");document.write("<input type='submit' class='btn' value='Sign me up' name='Submit'>");
document.write("</p>");
document.write("</form>");
document.write("</div>");
//-->
