new function(){var E={"auto":function(I){return I!=undefined?A.auto=I:A.auto},"init":function(){return A.init()},"bind":function(I){return A.bind(I)},"unbind":function(I){return A.unbind(I)},"trigger":function(J,I){return A.trigger(J,I)},"active":function(){return A.active},"delay":function(I){return I?A.delay=I:A.delay},"start":function(){return A.start()},"stop":function(){return A.stop()},"current":function(){return A.current},"previous":function(){return A.previous}};$.jqem=E;var A={"$em":$(document.createElement("i")),"active":false,"canExp":undefined,"current":undefined,"delay":100,"iid":undefined,"previous":undefined,"auto":true,"init":F,"bind":H,"unbind":D,"trigger":B,"update":function(){A.trigger(false);return"1em"},"start":G,"stop":C};$(document).ready(function(){if(A.auto){F()}});function F(){$("body").prepend(A.$em.css({"display":"block","left":"-1em","position":"absolute","visibility":"hidden","width":"1em"}));A.canExp=(A.$em.style!=undefined&&A.$em.style.setExpression!=undefined);A.start()}function H(I){A.$em.bind("emchange",I)}function D(I){A.$em.unbind("emchange",I)}function B(J,I){if(J==undefined){J=false}if(J||A.$em.width()!=A.current){A.previous=A.current;A.current=A.$em.width();$.event.trigger("emchange",I)}}function G(){if(A.active){return }A.current=A.previous=A.$em.width();if(A.canExp){A.$em.style.setExpression("width","$.jqem.update();")}else{A.iid=window.setInterval(A.update,A.delay)}A.active=true}function C(){if(!A.active){return }if(A.canExp){A.$em.style.removeExpression("width")}else{window.removeInterval(A.iid)}}}()