

function gotoStartseite() {
	window.location.href="index.html";
	return false;
}



function email(name,domain,tld) {
	document.write('<a  class=\"links_href\" href="mailto:'+name+'@'+domain+'.'+tld+'">'+name+'@'+domain+'.'+tld+'</a>');
}





