<!-- ;
var newwindow
function popemail() {
if (newwindow && !newwindow.closed)
{ newwindow.focus(); newwindow.document.clear() }
else
{ newwindow=window.open('','','width=444,height=180,resizable=1') }
newwindow.document.writeln('<html><head><title>No Email</title><link href=styles/style.css rel=stylesheet type=text/css></head><body><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();
}
// -->