var create_dom = function(html){ var empty = new Element('div', {'html':html}); var el = empty.getFirst(); return el; };