vanilla.namespace('wisy.humanReadableMessage');
wisy.humanReadableMessage=
{
    close : function(node)
    {
	node.parentNode.removeChild(node);
    }
};

