 function sendpage()
{
mail_str = "mailto:?subject= Trailer Fee: " + document.title;
mail_str += "&body=Please watch this site about trailer fee! The sites name is: " + document.title;
mail_str += ". Here ist the adress: " + location.href;
location.href = mail_str;
}

function mailme()
{
var name = "mail";
var domain = "trailer-fee.de";
document.write('<a href=\"mailto:' + name + '@' + domain + '?subject=Email from homepage - trailer-fee.de\">');
document.write(Webmaster + '</a>');
}
