function mailpage(){mail_str = "mailto:?subject=" + document.title;mail_str += "&body=Hi there. I thought you might be interested in this: " + document.title;mail_str += ". There are 9 pages of activities, a 60-second listening and 2 online activities. Click this link to look at it: " + location.href;location.href = mail_str;}
