function email() {  mail_str = "mailto:?subject=" + document.title;  mail_str += "&body=Hi! I found this page on the Huggies website and thought you might like it too! " + location.href;  location.href = mail_str;}