function Notify()
{
	var strMsg;
	
	strMsg = 'mailto:  ?subject=De EDISON-website...&body=... bevat interessante informatie die ook voor u van belang kan zijn. In het bijzonder op: ';
	strMsg += unescape(window.location);
	window.location = strMsg;
}
