DomBuilder={IE_TRANSLATIONS:{"class":"className","for":"htmlFor"},ieAttrSet:function(a,i,el){var _4;if(_4=this.IE_TRANSLATIONS[i]){el[_4]=a[i];}else{if(i=="style"){el.style.cssText=a[i];}else{if(i.match(/^on/)){el[i]=new Function(a[i]);}else{el.setAttribute(i,a[i]);}}}},apply:function(o){o=o||{};var _6=("p|div|span|strong|em|img|table|tr|td|th|thead|tbody|tfoot|pre|code|"+"h1|h2|h3|h4|h5|h6|ul|ol|li|form|input|textarea|legend|fieldset|"+"select|option|blockquote|cite|br|hr|dd|dl|dt|address|a|button|abbr|acronym|"+"script|link|style|bdo|ins|del|object|param|col|colgroup|optgroup|caption|"+"label|dfn|kbd|samp|var").split("|");var el,i=0;while(el=_6[i++]){o[el.toUpperCase()]=DomBuilder.tagFunc(el);}return o;},tagFunc:function(_8){return function(){var a=arguments,at,ch;a.slice=[].slice;if(a.length>0){if(a[0].nodeName||typeof a[0]=="string"){ch=a;}else{at=a[0];ch=a.slice(1);}}return DomBuilder.elem(_8,at,ch);};},elem:function(e,a,c){a=a||{};c=c||[];var _d=navigator.userAgent.match(/MSIE/);var el=document.createElement((_d&&a.name)?"<"+e+" name="+a.name+">":e);for(var i in a){if(typeof a[i]!="function"){if(_d){this.ieAttrSet(a,i,el);}else{el.setAttribute(i,a[i]);}}}for(var i=0;i<c.length;i++){if(typeof c[i]=="string"){c[i]=document.createTextNode(c[i]);}el.appendChild(c[i]);}return el;}};