	function write_email(){
		document.write("<a href=\"");	
		document.write("mailto:info@tunergfx.nl\" title=\"Stuur een email\">");	
		document.write("info@tunergfx.nl");	
		document.write("</");	
		document.write("a>");	
	}
