function ss_te(a,b,c,d){SlimStat.ss_track(a,b,d)}function ss_track(a,b,c){SlimStat.ss_track(a,b,c)}function slimstat_plusone(a){SlimStat.send_to_server("ty=4&obr="+escape("#google-plus-"+a.state),true)}var SlimStat={_base64_key_str:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_plugins:{acrobat:{substrings:["Adobe","Acrobat"],active_x_strings:["AcroPDF.PDF","PDF.PDFCtrl.5"]},director:{substrings:["Shockwave","Director"],active_x_strings:["SWCtl.SWCtl"]},flash:{substrings:["Shockwave","Flash"],active_x_strings:["ShockwaveFlash.ShockwaveFlash"]},java:{substrings:["Java"],active_x_strings:["JavaWebStart.isInstalled"]},mediaplayer:{substrings:["Windows Media"],active_x_strings:["WMPlayer.OCX"]},quicktime:{substrings:["QuickTime"],active_x_strings:["QuickTime.QuickTime"]},real:{substrings:["RealPlayer"],active_x_strings:["rmocx.RealPlayer G2 Control","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)"]},silverlight:{substrings:["Silverlight"],active_x_strings:["AgControl.AgControl"]}},_base64_encode:function(a){var b,c,d,e,f,g,h,i="",j=0;a=SlimStat._utf8_encode(a);while(j>2;f=(b&3)<<4|c>>4;g=(c&15)<<2|d>>6;h=d&63;if(isNaN(c)){g=h=64}else if(isNaN(d)){h=64}i=i+SlimStat._base64_key_str.charAt(e)+SlimStat._base64_key_str.charAt(f)+SlimStat._base64_key_str.charAt(g)+this._base64_key_str.charAt(h)}return i},_utf8_encode:function(a){var b,c,d="";a=a.replace(/\r\n/g,"\n");for(b=0;b127&&c<2048){d+=String.fromCharCode(c>>6|192);d+=String.fromCharCode(c&63|128)}else{d+=String.fromCharCode(c>>12|224);d+=String.fromCharCode(c>>6&63|128);d+=String.fromCharCode(c&63|128)}}return d},_detect_single_plugin:function(a){var b,c,d,e,f;if(navigator.plugins){for(e in navigator.plugins){c=""+navigator.plugins[e].name+navigator.plugins[e].description;d=0;for(f in SlimStat._plugins[a].substrings){if(c.indexOf(SlimStat._plugins[a].substrings[f])!=-1){d++}}if(d==SlimStat._plugins[a].substrings.length){return true}}}return false},_detect_single_plugin_ie:function(a){var b;for(b in SlimStat._plugins[a].active_x_strings){if(detect_active_x_control(SlimStat._plugins[a].active_x_strings[b]))return true}return false},detect_plugins:function(){var a,b="";for(a in SlimStat._plugins){if(SlimStat._detect_single_plugin(a)||plugins_detectable_with_vb&&SlimStat._detect_single_plugin_ie(a)){b+=a+"|"}}return b},has_smoothing:function(){if(typeof screen.fontSmoothingEnabled!="undefined"){return Number(screen.fontSmoothingEnabled)}else{try{var a=document.createElement("canvas");a.width="35";a.height="35";a.style.display="none";document.body.appendChild(a);var b=a.getContext("2d");b.textBaseline="top";b.font="32px Arial";b.fillStyle="black";b.strokeStyle="black";b.fillText("O",0,0);for(var c=8;c<=32;c++){for(var d=1;d<=32;d++){var e=b.getImageData(d,c,1,1).data;var f=e[3];if(f!=255&&f!=0)return 1}}return 0}catch(g){return 0}}},send_to_server:function(a,b){if(typeof slimstat_path=="undefined"||typeof slimstat_tid=="undefined"||typeof slimstat_session_id=="undefined"||typeof slimstat_blog_id=="undefined"||typeof a=="undefined"){return false}if(typeof b=="undefined")var b=true;try{if(window.XMLHttpRequest){request=new XMLHttpRequest}else if(window.ActiveXObject){request=new ActiveXObject("Microsoft.XMLHTTP")}}catch(c){return false}if(request){var d="data="+SlimStat._base64_encode("id="+slimstat_tid+"&sid="+slimstat_session_id+"&bid="+slimstat_blog_id+"&"+a);request.open("POST",slimstat_path+"/wp-slimstat-js.php",b);request.setRequestHeader("Content-type","application/x-www-form-urlencoded");request.send(d);return true}return false},ss_track:function(a,b,c){if(typeof a=="undefined")var a=window.event;code=typeof b=="undefined"?0:parseInt(b);if(typeof c=="undefined")var c="";var d=typeof a.target!="undefined"?a.target:typeof a.srcElement!="undefined"?a.srcElement:false;if(!d)return false;if(d.nodeType==3)d=d.parentNode;var e=false;var f=d.parentNode;var g="";var h=location.pathname;var i="";switch(d.nodeName){case"FORM":if(d.action.length>0)h=escape(d.action);break;case"INPUT":while(typeof f!="undefined"&&f.nodeName!="FORM"&&f.nodeName!="BODY")f=f.parentNode;if(typeof f.action!="undefined"&&f.action.length>0){h=escape(f.action);break};default:if(d.nodeName!="A"){if(typeof d.getAttribute=="function"&&d.getAttribute("id")!="undefined"&&d.getAttribute("id")!=null&&d.getAttribute("id").length>0){h=d.getAttribute("id");break}while(typeof d!="undefined"&&d.nodeName!="A"&&d.nodeName!="BODY")d=d.parentNode}if(typeof d.hash!="undefined"&&d.hash.length>0&&d.hostname==location.hostname){e=true;h=escape(d.hash)}else{g=typeof d.hostname!="undefined"?d.hostname:"";if(typeof d.href!="undefined"){h=escape(d.href)}}if(typeof d.getAttribute=="function"&&(c.substring(0,2)=="A:"||c.length==0)&&d.getAttribute("id")!="undefined"&&d.getAttribute("id")!=null&&d.getAttribute("id").length>0)c="ID:"+d.getAttribute("id")}i="&obd="+g+"&obr="+h;var j=-1;var k=-1;if(typeof a.pageX!="undefined"&&typeof a.pageY!="undefined"){j=a.pageX;k=a.pageY}else if(typeof a.clientX!="undefined"&&typeof a.clientY!="undefined"&&typeof document.body.scrollLeft!="undefined"&&typeof document.documentElement.scrollLeft!="undefined"&&typeof document.body.scrollTop!="undefined"&&typeof document.documentElement.scrollTop!="undefined"){j=a.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;k=a.clientY+document.body.scrollTop+document.documentElement.scrollTop}if(j>0&&k>0)i+=(i.length>0?"&":"?")+"po="+j+","+k;c+="|ET:"+a.type;if(a.type!="click"&&typeof a.which!="undefined"){if(a.type=="keypress")c+="|BT:"+String.fromCharCode(parseInt(a.which));else c+="|BT:"+a.which}return SlimStat.send_to_server("ty="+code+i+"&no="+escape(c),e)}};var plugins_detectable_with_vb=false;if(navigator.userAgent.indexOf("MSIE")!=-1&&navigator.userAgent.indexOf("Win")!=-1){document.writeln("');document.writeln("'do a one-time test for a version of VBScript that can handle this code");document.writeln("If ScriptEngineMajorVersion >= 2 then");document.writeln(" plugins_detectable_with_vb = True");document.writeln("End If");document.writeln("'this next function will detect most plugins");document.writeln("Function detect_active_x_control(active_x_name)");document.writeln(" on error resume next");document.writeln(" detect_active_x_control = False");document.writeln(" If plugins_detectable_with_vb Then");document.writeln(" detect_active_x_control = IsObject(CreateObject(active_x_name))");document.writeln(" End If");document.writeln("End Function");document.writeln("")}var links_in_this_page=document.getElementsByTagName("a");for(var i=0;i