<!-- ;
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 E-mail</title><link href="../styles/global.css" rel=stylesheet type=text/css></head><body style="font-family:arial;font-size:8pt"><center><p>We maintain the vast majority of communication with our candidates via e-mail.</p><p>In the event that you do not have an e-mail address available, <a href="http://billing.mail.yahoo.com/bm/MailReg?.src=ym&.intl=us&.done=http%3A%2F%2Fmail.yahoo.com&.u=5ibahnt18psfl&.v=0">Yahoo!</a> and <a href="http://get.live.com/mail/options">Hotmail</a> offer free e-mail accounts. Please select the e-mail provider you would like to host your free e-mail account and follow the instructions for account set up.</p><a href="javascript:window.close()">Close</a><br><br></center></body></html>');
newwindow.document.close();
}
// -->

