allowed=(((allowed||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join('');// making sure the allowed arg is a string containing only tags in lowercase (<a><b><c>)
allowed=(((allowed||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join('');// making sure the allowed arg is a string containing only tags in lowercase (<a><b><c>)