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

