function mailpage(){	mail_str = "mailto:?subject= CPSU: " + document.title;	mail_str += "&body=  You may be interested in the following page on the CPSU website. " + location.href;	mail_str += "  (Please click on the link if your email software allows otherwise copy and paste the whole link into your web browser to view the page)";	location.href = mail_str;}
