﻿function getURL ()
{
	var strHref = window.location.href;
	var strURL = "mailto:?subject=You might want to see this&body=" + strHref;
	window.location = strURL;
	window.location = strHref
}


