<!-- 

// <a href="javascript:void(0);" onclick="WriteMe();">Contattami</a>

function WriteMe(what)
{
	if(what==null)
	{
		var username = "info";
		var hostname = "tecnoprofili.com";
	}
	else if(what==1)
	{
		var username = "webmaster";
		var hostname = "gianlucascerni.it";
	}
	else if(what==2)
	{
		var username = "info";
		var hostname = "lucadifrancescantonio.it";
	}
	else if(what==3)
	{
		var username = "amministrazione";
		var hostname = "tecnoprofili.com";
	}
	else if(what==4)
	{
		var username = "commerciale";
		var hostname = "tecnoprofili.com";
	}
	else if(what==5)
	{
		var username = "ufficiotecnico";
		var hostname = "tecnoprofili.com";
	}
	location.href="mailto:" + username +"@" + hostname
}

//--> 



