function sendEmail(subj) {
	location.href='mailto:?subject='+encodeURIComponent(subj)+'&body='+encodeURIComponent(location.href);
	
}