Element.addMethods({getMetaData:function(element){element=$(element);var found=element.className.match(/\{.*\}/);if(found){try{return eval("("+found[0]+")")}catch(e){return{}}}else{return{}}}});