/*! evtrack -- Lib module */ ;var TrackLib=window.TrackLib||{};TrackLib.XPath={queryXPath:function(a,b){var c;if(typeof a.evaluate==="function"){c=a.evaluate(b,a.documentElement,null,XPathResult.ANY_TYPE,null)}else{try{a.setProperty("SelectionLanguage","XPath");c=a.selectNodes(b)}catch(d){c=false}}return c},getXPathNodes:function(b,c){var d=this.queryXPath(b,c);var a=[];var e=d.iterateNext();while(e){a.push(e);e=d.iterateNext()}return a},getXPath:function(h,j){var g=(h.ownerDocument instanceof HTMLDocument),d=this.getNodePath(h,j),e=[];for(var f in d){var c=d[f],a;if(c.nodeType==1){if(f==0&&!j&&c.hasAttribute("id")){e.push("/*[@id='"+c.getAttribute("id")+"']")}else{var b=c.tagName;if(g){b=b.toLowerCase()}a=this.getNodeIndex(c);if(a!=null){e.push(b+"["+a+"]")}else{e.push(b)}}}else{if(c.nodeType==3){a=this.getTextNodeIndex(c);if(a!=null){e.push("text()["+a+"]")}else{e.push("text()")}}}}return"/"+e.join("/")},getNodeIndex:function(b){if(b.nodeType!=1||b.parentNode==null){return null}var c=this.getChildNodesWithTagName(b.parentNode,b.tagName);if(c.length==1&&c[0]==b){return null}for(var a=0;a<\/script>");var a=document.getElementById("__ie_onload");a.onreadystatechange=function(){if(this.readyState==="complete"){c()}}}catch(b){}}else{TrackLib.Events.add(window,"load",c)}}}};TrackLib.Dimension={getWindowSize:function(){var c=document;var a=(window.innerWidth)?window.innerWidth:(c.documentElement&&c.documentElement.clientWidth)?c.documentElement.clientWidth:(c.body&&c.body.clientWidth)?c.body.clientWidth:0;var b=(window.innerHeight)?window.innerHeight:(c.documentElement&&c.documentElement.clientHeight)?c.documentElement.clientHeight:(c.body&&c.body.clientHeight)?c.body.clientHeight:0;return{width:a,height:b}},getDocumentSize:function(){var c=document;var a=(window.innerWidth&&window.scrollMaxX)?window.innerWidth+window.scrollMaxX:(c.body&&c.body.scrollWidth>c.body.offsetWidth)?c.body.scrollWidth:(c.body&&c.body.offsetWidth)?c.body.offsetWidth:0;var b=(window.innerHeight&&window.scrollMaxY)?window.innerHeight+window.scrollMaxY:(c.body&&c.body.scrollHeight>c.body.offsetHeight)?c.body.scrollHeight:(c.body&&c.body.offsetHeight)?c.body.offsetHeight:0;return{width:a,height:b}},getPageSize:function(){var d=this.getWindowSize(),c=this.getDocumentSize();var a=(c.width0){b=(this.getDomain(d)==this.getDomain(arguments[c]))}d=arguments[c]}return b},getDomain:function(a){var c,b=document.createElement("a");b.href=a;c=b.hostname;b=null;return c},serializeAttrs:function(c){var e={};if(c&&c.attributes){e[c.nodeName]={};for(var b=0,a=c.attributes.length;b