/* FILE ARCHIVED ON 0:22:36 May 9, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 19:21:31 Apr 27, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ if (typeof Technorati == "undefined") { Technorati = { xhtmlNS: "https://webarchive.library.unt.edu/eot2008/20090509002236/http://www.w3.org/1999/xhtml", loadFunctions: [], domLoaded: false, init: function() { if (Technorati.domLoaded) return; for (var i = 0; i < Technorati.loadFunctions.length; i++) { Technorati.loadFunctions[i](); } Technorati.domLoaded = true; }, loadData: function (url) { var s = this.createElement("script"); s.setAttribute("charset", "UTF-8"); s.setAttribute("type", "text/javascript"); s.setAttribute("src", url); var head = document.getElementsByTagName("head")[0] || document.documentElement; head.appendChild(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) { /* if (document.write) { } else { 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("