/* my hack */
function fixmail(obj)
{
	var foo = ('fatlion' + '99@' + 'yahoo.c' + 'om');
	obj.href = 'mailto:' + foo;
	//execute(obj.href);
	return true;
}
