<!--// original content taken from Nic's JavaScript Page with permission// lack of these three lines will result in copyright infringment// made by: Nic's JavaScript Page - http://www.javascript-page.comvar user = "Refill";var domain = "barksdale.af.mil";var mail = user + "@" + domain;var message = "click here to email your refill";document.write("<a href=\"mailto:"+mail+"\">"+message+"</a>");//-->
