function toMD5(self){
	$(self).val(hex_md5($(self).val()));
};