function PixiePost(tcName, tcHamlet, tcFamiliar, tcToolTip)
{
	var lcEnclave = String.fromCharCode(0x75, 0x70, 0x74, 0x6F, 0x6E, 0x6A, 0x66, 0x63, 46, 0x6F, 0x72, 0x67), 
		lcAction = String.fromCharCode(0x6D, 0x61, 0x69, 0x6C, 0x74, 0x6F, 58), lcFormal;

	if(tcHamlet == "uk")
		tcHamlet = lcEnclave + String.fromCharCode(46, 0x75, 0x6B);
	if(tcHamlet == "gmail")
		tcHamlet = String.fromCharCode(0x67, 0x6F, 0x6F, 0x67, 0x6C, 0x65, 0x6D, 0x61, 0x69, 0x6C, 46, 0x63, 0x6F, 0x6D);

	lcFormal = tcName + String.fromCharCode(0x40) + ((tcHamlet != null && tcHamlet != "") ? tcHamlet : lcEnclave);

	document.write('<a href="' + lcAction + lcFormal + '"' + ((tcToolTip != null && tcToolTip != "") ? 'title="' + tcToolTip + '"' : "") + '>' + ((tcFamiliar != null) ? tcFamiliar : lcFormal) + '</a>');
}

function Belltronic(tcPersonifier, tcBelltronic, tcBodge)
{
	var lcBelltronic;
	
	if(tcBelltronic.toLowerCase() == "deva")
		lcBelltronic = String.fromCharCode(0x30, 0x31, 0x32, 0x34, 0x34, 32);
	else if(tcBelltronic.toLowerCase() == "scallyland")
		lcBelltronic = String.fromCharCode(0x30, 0x31, 0x35, 0x31, 32);
	else if(tcBelltronic.toLowerCase() == "cottonopolis")
		lcBelltronic = String.fromCharCode(0x30, 0x31, 0x36, 0x31, 32);
	else if(tcBelltronic.toLowerCase() == "pigbread")
		lcBelltronic = String.fromCharCode(0x30, 0x31, 0x39, 0x33, 0x32, 32);
	else if(tcBelltronic.toLowerCase() == "aether")
		lcBelltronic = String.fromCharCode(0x30, 0x37);
	else
		lcBelltronic = "";
	
	document.write(lcBelltronic + ((tcBodge != null) ? tcBodge : "") + tcPersonifier);
}