(function(){try{if(!cllc.exists){throw"cllcObjUndefined";}cllc.dom2xml={convert:(function(){var a=[];function i(c){switch(c.nodeType){case 1:j(c);break;case 3:g(c);break;case 8:h(c);break;default:throw"dom2xml: unknown attribute type";}}function j(c){a.push("<"+c.nodeName.toLowerCase());if(c.attributes.length){var n=c.attributes;for(var d=n.length,e=0;e<d;e++){if(n[e].specified&&n[e].nodeValue!=null&&n[e].nodeName.indexOf("jQuery")==-1&&n[e].nodeName.indexOf("$tmp")==-1&&n[e].nodeName.indexOf("sizcache")==-1&&n[e].nodeName.indexOf("sizset")==-1){var o=n[e].nodeValue.toString();if(o.indexOf("function")==-1){a.push(" "+n[e].nodeName+'="'+o.replace(/\"/g,"&#34;")+'"');}}}}var f=jQuery(c).contents();if(f.length){a.push(">");for(var d=f.length,e=0;e<d;e++){i(f[e]);}a.push("</"+c.nodeName.toLowerCase()+">");}else{a.push(" />");}}function g(c){c.nodeValue=c.nodeValue.replace(/\[null\]/g,"");a.push(c.nodeValue.replace(/\\n/g,"&#10;"));}function h(c){a.push("<!-- "+c.nodeValue+" -->");}return function(d,c){a=new Array();i(jQuery(d||"body").get(c||0));return a.join("");};})()};}catch(b){cllc.standard_error_handler(b);}})();
