Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function EmailLink(){
var testText
testText= "this is a test \n\r this is a 2nd line"
var subj="I thought this link might interest you."
window.location = "mailto:"+"?subject=" + escape(subj) + "&body=" + escape(testText)
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this link to a friend" onClick="EmailLink()"></FORM>')
testText= "this is a test <br> this is a 2nd line"