var emailhost = "rollepaal.com"
		strName   = "mail"
		strF   = "ftp."

function SetMail(strPref){
	document.write("<a href=" + "mail" + "to:" + strPref + "@" + emailhost + ">" + strPref + "@" + emailhost + "</a>")
}

function mFtp(){
	document.write("<a href=" + "ft" + "p://" + strF + emailhost + " target=_newwindow>" + strF + emailhost + "</a>")
}