function sendlink() { 
var first = "Enter your friends Em" 
var second= "il here" 
var third = document.location
var fourth = top.location.host

location.href="mailto:" + first + "@" + second + "?cc=&subject=Rock and Ice&body=I found this whilst browsing " + fourth+ " , check it out:  " + third;

} 

