if (typeof Technorati == "undefined") { Technorati = { xhtmlNS: "http://www.w3.org/1999/xhtml", loadFunctions: [], domLoaded: false, init: function() { for (var i = 0; i < Technorati.loadFunctions.length; i++) { Technorati.loadFunctions[i](); } }, loadData: function (url) { var s = this.createElement("script"); s.setAttribute("type", "text/javascript"); s.setAttribute("src", url); this.addElement(s); }, createElement: function (type) { if (document.createElementNS) { return document.createElementNS(this.xhtmlNS, type); } else if (document.createElement) { return document.createElement(type); } }, formatNumber: function (n) { var t = ""; if (typeof n == "string") { n = parseInt(n) } if (typeof n == "number") { s = n.toString(); for (var i = s.length - 3; i > 0; i -= 3) { s = s.substring(0, i) + "," + s.substring(i); } } return s; }, addElement: function (e) { var t = document.getElementsByTagName("*"); var n = t[t.length - 1].parentNode; n.appendChild(e); }, addLoadFunction: function(f) { if (this.loadFunctions.length == 0) { if (document.addEventListener) { document.addEventListener("DOMContentLoaded", Technorati.init, false); } if (/WebKit/i.test(navigator.userAgent)) { var _trTimer = setInterval(function() { if (/loaded|complete/.test(document.readyState)) { clearInterval(_trTimer); Technorati.init(); } }, 10); } /*@cc_on @*/ /*@if (@_win32) document.write("