var initialsubj="Hello take a look at this site"
var initialmsg="I thought you might find this interesting. "+window.location

function mailThisUrl() {
window.location = "mailto:?subject="+initialsubj+"&body="+initialmsg
}