function email(str){ 	str = str.replace("[%]","@"); 	location.href=("mailto:"+str);}