function hi(i){ 
	var a = "ken";
	var b = "kenwilles.com";
	i.setAttribute("href","mailto:"+a+"@"+b);
}