
function GoPostJob() { 
  var answer = confirm("The job posting form is for legitimate inquiries ONLY.  Any other use is in violation of this site's terms of use.");
  if (answer) {
    window.open('http://www.dentalstatewidestaffing.com/postjob.html','postform');
  }
}

