if (typeof(_clk) == 'undefined') { function _clk(context) { var xmlHttp = false; if (typeof(XMLHttpRequest) != 'undefined') { xmlHttp = new XMLHttpRequest(); } else { try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch(ignored) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch(ignored) { } } } if (xmlHttp) { xmlHttp.open('GET', '/kaba/servlet/tracker.xml;jsessionid=51D0CF3746565C5017BF7BAB3E7D05E1?m=h&c='+escape(context), true); xmlHttp.send(null); } else { new Image().src='/kaba/servlet/tracker.gif;jsessionid=51D0CF3746565C5017BF7BAB3E7D05E1?m=h&c='+escape(context)+'&p='+(new Date().getTime().toString()); } return true; } }