// JavaScript Document

<!-- Begin
// Script by Trånn: http://come.to/tronds
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var initialsubj="Information I thought you'd enjoy from ASQ";
var initialmsg="Hi:\n\n You may want to check out this site: "+window.location.href;
var wtTag="%3FWT.si_n=ETF%26WT.si_p=SL";
/* removing email check 

var good;

function checkEmailAddress(field) {

var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.coop)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
if (goodEmail) {
good = true;
}
else {
alert('Please enter a valid address.');
field.focus();
field.select();
good = false;
   }
}
*/
u = window.location;
function mailThisUrl() {

/* removing email check 
good = false
checkEmailAddress(document.eMailer.email);
if (good) {

//window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
*/

window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+initialmsg+wtTag;
   }
// }
//  End -->
