function eml(){
a="drdrillinstructor.com";
u="aaronoberst ";
document.write('<a href="mai'+'lto:'+u+'@'+a+'">'+u+'@'+a+'</a>');
}

// POP UPs
//
function chiropractic(){
   window.open ('pop-chiropractic.html', 'chiropractic', config='height=380, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function massage(){
   window.open ('pop-massage.html', 'massage', config='height=380, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function laser(){
   window.open ('pop-laser.html', 'laser', config='height=380, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function lifestyle(){
   window.open ('pop-lifestyle.html', 'lifestyle', config='height=380, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function newpatient(){
   window.open ('pop-newPatient.html', 'newpatient', config='height=380, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function newrecruit(){
   window.open ('pop-newRecruit.html', 'newrecruit', config='height=500, width=580, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}
//
function directions(){
   window.open ('pop-directions.html', 'directions', config='height=600, width=650, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}

