<!-- ;
var newwindow
function popemail() {
if (newwindow && !newwindow.closed)
{ newwindow.focus(); newwindow.document.clear() }
else
{ newwindow=window.open('','','width=444,height=275,resizable=1') }
newwindow.document.writeln('<html><head><title>No Email</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 style=background-color:#FFF4D4;><center><p class=sr_hdb>No Email</p><p class=j>In the event that you do not have an email address available, please include your: First Middle and Last Name - no spaces.<br><br> Example: <b>JohnMarkDoe</b><br><br> Please do not use spaces or dashes.</p><a href=javascript:window.close()>Close</a><br><br></center></body></html>');
newwindow.document.close();
}
// -->