<?xml version="1.0" encoding="utf-8"?>
<bindings xmlns="http://big5.xinhuanet.com/gate/big5/www.mozilla.org/xbl" xmlns:xbl="http://big5.xinhuanet.com/gate/big5/www.mozilla.org/xbl">
<binding id="ellipsis" applyauthorstyles="false">
	<implementation>
		<constructor>
			//<![CDATA[
			var obj=this
			obj.addEventListener("overflow", _overflow, false);
			function _overflow(e){
				var el = e.currentTarget
				el.ins = document.createElement("ins");
				el.ins.innerHTML="&hellip;";
				el.appendChild(el.ins);
				el.className="ellipsis"
			}
			//]]>
		</constructor>
	</implementation>
</binding>
</bindings>