// JavaScript Document

function EmailArticle() {
theURL = '/email-me.php?articletitle=' + document.articleform.articletitle.value + '&url=' + window.location.href;
window.open(theURL,'EmailMeArticle','toolbar=no,status=yes,width=300,height=450');
}

