Replacing the body and item should help you:
function emailpage() { strTitle = document.title; strTitle = strTitle.replace("&","-"); window.location = "mailto:?body=" + strTitle + " - " + window.location + "&subject=I thought this link might interest you."; }
source share