function emailpopup(path) {
	var url = path+"?url=" + document.URL + "&title="+encodeURIComponent(document.title);
	var title = "Email_This_Article";
	window.open(url, title, "width=500,height=500,scrollbars=yes");
}