			function sendUrl(){

				var loc=document.location.href;

				var msg='Yassou!-You-may-find-this-interesting';

				var msg2='Yassou!-Take-a-look-at-this-URL.-You-might-find-it-useful!'

				window.location="mailto:?subject="+msg+"&body="+msg2+loc;

			}

