// Buy page 'send to friend link

u = window.location;
m = "I saw this and thought of you...";
function mailThisUrl()
{
window.location = "mailto:?subject="+m+"&body="+document.title+" "+u;
}