window.onload=function(){
	var a = document.getElementById('mailfriend');
	a.href = 'mailto:?Subject=Look at this page&body=Hey! Take a look at this page: ' + document.location.href;
};
