
var e = function(str) {
	return "\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x6D\x61\x69\x6C\x74\x6F\x3A" + str + "\x22\x3E" + str + "\x3C\x2F\x61\x3E";
};

