ST_JSON=new function(){this.encode=function(){var self=arguments.length?arguments[0]:this,result,tmp;if(self===null){result="null"}else{if(self!==undefined&&(tmp=$[typeof self](self))){switch(tmp){case Array:result=[];for(var i=0,j=0,k=self.length;j<k;j++){if(self[j]!==undefined&&(tmp=ST_JSON.encode(self[j]))){result[i++]=tmp}}result="[".concat(result.join(","),"]");break;case Boolean:result=String(self);break;case Date:result='"'.concat(self.getFullYear(),"-",d(self.getMonth()+1),"-",d(self.getDate()),"T",d(self.getHours()),":",d(self.getMinutes()),":",d(self.getSeconds()),'"');break;case Function:break;case Number:result=isFinite(self)?String(self):"null";break;case String:result='"'.concat(self.replace(rs,s).replace(ru,u),'"');break;default:var i=0,key;result=[];for(key in self){if(self[key]!==undefined&&(tmp=ST_JSON.encode(self[key]))){result[i++]='"'.concat(key.replace(rs,s).replace(ru,u),'":',tmp)}}result="{".concat(result.join(","),"}");break}}}return result};this.toDate=function(){var self=arguments.length?arguments[0]:this,result;if(rd.test(self)){result=new Date;result.setHours(i(self,11,2));result.setMinutes(i(self,14,2));result.setSeconds(i(self,17,2));result.setMonth(i(self,5,2)-1);result.setDate(i(self,8,2));result.setFullYear(i(self,0,4))}else{if(rt.test(self)){result=new Date(self*1000)}}return result};var c={"\b":"b","\t":"t","\n":"n","\f":"f","\r":"r",'"':'"',"\\":"\\","/":"/"},d=function(n){return n<10?"0".concat(n):n},e=function(c,f,e){e=eval;delete eval;if(typeof eval==="undefined"){eval=e}f=eval(""+c);eval=e;return f},i=function(e,p,l){return 1*e.substr(p,l)},p=["","000","00","0",""],rc=null,rd=/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$/,rs=/(\x5c|\x2F|\x22|[\x0c-\x0d]|[\x08-\x0a])/g,rt=/^([0-9]+|[0-9]+[,\.][0-9]{1,3})$/,ru=/([\x00-\x07]|\x0b|[\x0e-\x1f])/g,s=function(i,d){return"\\".concat(c[d])},u=function(i,d){var n=d.charCodeAt(0).toString(16);return"\\u".concat(p[n.length],n)},v=function(k,v){return $[typeof result](result)!==Function&&(v.hasOwnProperty?v.hasOwnProperty(k):v.constructor.prototype[k]!==v[k])},$={"boolean":function(){return Boolean},"function":function(){return Function},number:function(){return Number},object:function(o){return o instanceof o.constructor?o.constructor:null},string:function(){return String},"undefined":function(){return null}},$$=function(m){function $(c,t){t=c[m];delete c[m];try{e(c)}catch(z){c[m]=t;return 1}}return $(Array)&&$(Object)};try{rc=new RegExp('^("(\\\\.|[^"\\\\\\n\\r])*?"|[,:{}\\[\\]0-9.\\-+Eaeflnr-u \\n\\r\\t])+?$')}catch(z){rc=/^(true|false|null|\[.*\]|\{.*\}|".*"|\d+|\d+\.\d+)$/}};try{if(!SHARETHIS){if(!SHARETHIS_TOOLBAR){var SHARETHIS_TOOLBAR=false}var SHARETHIS=null;function parseQueryString(b){var d={};if(b==undefined){b=location.search?location.search:""}if(b.charAt(0)=="?"){b=b.substring(1)}var f=b.indexOf("?");if(f){b=b.substring(f+1)}f=b.indexOf("#");if(f){b=b.substring(f+1)}b=b.replace("+"," ");var g=b.split(/[&;]/g);for(var f=0;f<g.length;f++){var c=g[f].split("=");var a=decodeURIComponent(c[0]);var e=decodeURIComponent(c[1]);if(!d[a]){d[a]=[]}d[a].push((c.length==1)?"":e)}return d}var hexcase=0;var b64pad="";var chrsz=8;function hex_sha1(a){return binb2hex(core_sha1(str2binb(a),a.length*chrsz))}function core_sha1(h,m){h[m>>5]|=128<<(24-m%32);h[((m+64>>9)<<4)+15]=m;var f=Array(80);var g=1732584193;var i=-271733879;var j=-1732584194;var k=271733878;var l=-1009589776;for(var q=0;q<h.length;q+=16){var n=g;var o=i;var a=j;var b=k;var d=l;for(var c=0;c<80;c++){if(c<16){f[c]=h[q+c]}else{f[c]=rol(f[c-3]^f[c-8]^f[c-14]^f[c-16],1)}var e=safe_add(safe_add(rol(g,5),sha1_ft(c,i,j,k)),safe_add(safe_add(l,f[c]),sha1_kt(c)));l=k;k=j;j=rol(i,30);i=g;g=e}g=safe_add(g,n);i=safe_add(i,o);j=safe_add(j,a);k=safe_add(k,b);l=safe_add(l,d)}return Array(g,i,j,k,l)}function sha1_ft(d,a,b,c){if(d<20){return(a&b)|((~a)&c)}if(d<40){return a^b^c}if(d<60){return(a&b)|(a&c)|(b&c)}return a^b^c}function sha1_kt(a){return(a<20)?1518500249:(a<40)?1859775393:(a<60)?-1894007588:-899497514}function safe_add(a,b){var c=(a&65535)+(b&65535);var d=(a>>16)+(b>>16)+(c>>16);return(d<<16)|(c&65535)}function rol(a,b){return(a<<b)|(a>>>(32-b))}function str2binb(b){var c=Array();var a=(1<<chrsz)-1;for(var d=0;d<b.length*chrsz;d+=chrsz){c[d>>5]|=(b.charCodeAt(d/chrsz)&a)<<(32-chrsz-d%32)}return c}function binb2hex(c){var d=hexcase?"0123456789ABCDEF":"0123456789abcdef";var b="";for(var a=0;a<c.length*4;a++){b+=d.charAt((c[a>>2]>>((3-a%4)*8+4))&15)+d.charAt((c[a>>2]>>((3-a%4)*8))&15)}return b}function hash_page(a){return hex_sha1(a)}var stVisibleInterval=null;var readyTestInterval=null;var st_showing=false;var stautoclose=true;function SHARETHIS_merge(){var e={};for(var d=0,a=arguments.length;d<a;d++){var b=arguments[d];if(SHARETHIS_typeof(b)!="object"){continue}for(var c in b){var g=b[c],f=e[c];e[c]=(f&&SHARETHIS_typeof(g)=="object"&&SHARETHIS_typeof(f)=="object")?SHARETHIS_merge(f,g):SHARETHIS_unlink(g)}}return e}function SHARETHIS_unlink(c){var a;switch(SHARETHIS_typeof(c)){case"object":a={};for(var e in c){a[e]=SHARETHIS_unlink(c[e])}break;case"hash":a=SHARETHIS_unlink(c.getClean());break;case"array":a=[];for(var d=0,b=c.length;d<b;d++){a[d]=SHARETHIS_unlink(c[d])}break;default:return c}return a}function SHARETHIS_typeof(a){if(SHARETHIS_isArray(a)){return"array"}else{return typeof a}}function SHARETHIS_isArray(c){var b=c!=null&&typeof c=="object"&&"splice" in c&&"join" in c;return b}function cleanURL(d){var c=window.location.hash;var b=new RegExp("STS=","i");var a=c.match(b);if(a!=null){var e=d.split("#");return e[0]}else{return d}}function Shareable(b,a){this.idx=-1;this.frameUrl="";this.element=null;this.trigger=null;this.page="";this.properties={type:"",title:encodeURIComponent(document.title),summary:"",content:"",url:cleanURL(document.URL),icon:"",category:"",updated:document.lastModified,published:"",author:""};this.options={button:true,onmouseover:true,buttonText:"ShareThis",popup:false,offsetLeft:0,offsetTop:0,embeds:false,autoclose:false};this.initialize=function(d,c){this.options=SHARETHIS_merge(this.options,c);this.properties=SHARETHIS_merge(this.properties,d);if(c.target){var e=this;c.target.onclick=function(){e.share()};if(c.mouseover){c.target.onmouseover=function(){e.share()}}}};this.initialize(b,a);this.share=function(){frames.stframe.location=this.frameUrl+"#getObject/"+SHARETHIS.guid+"/"+this.idx};this.attachButton=function(c){this.element=c;c.setAttribute("st_page","home");if(this.options.onmouseover){c.onmouseover=this.popup}else{c.onclick=this.popup}};this.attachChicklet=function(f,c){switch(f){case"facebook":c.setAttribute("st_dest","facebook.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","facebook.com")}catch(g){}}c.onclick=this.chicklet;break;case"digg":c.setAttribute("st_dest","digg.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","digg.com")}catch(g){}}c.onclick=this.chicklet;break;case"yahoo_buzz":c.setAttribute("st_dest","buzz.yahoo.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","buzz.yahoo.com")}catch(g){}}c.onclick=this.chicklet;break;case"email":c.setAttribute("st_page","send");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_page","send")}catch(g){}}c.onclick=this.popup;break;case"twitter":c.setAttribute("st_dest","twitter.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","twitter.com")}catch(g){}}c.onclick=this.chicklet;break;case"myspace":c.setAttribute("st_dest","myspace.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","myspace.com")}catch(g){}}c.onclick=this.chicklet;break;case"aim":c.setAttribute("st_dest","aim.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","aim.com")}catch(g){}}c.onclick=this.chicklet;break;case"mixx":c.setAttribute("st_dest","mixx.com");var e=c.childNodes;for(var d=0;d<e.length;d++){var h=e[d];try{h.setAttribute("st_dest","mixx.com")}catch(g){}}c.onclick=this.chicklet;break}}}function ShareThis(options){this.version=2.03;this.tmpSendData="";this.sendArray=[];this.sendInit=[];this.sendNum=0;this.guid=null;this.popExists=false;this.popup_win=null;this.newwinfrag="";this.page=null;this.shareables=[];this.readyList=[];this.postUrl="";this.frameUrl="";this.counter=0;this.wrapper=null;this.ready=false;this.popupCalled=false;this.referrer_sts="";this.shr_flag="";this.publisherID=null;this.bodyLoaded=false;if(options.publisher){this.publisherID=options.publisher[0]}this.hash_flag=false;if(this.publisherID=="6beba854-ee6d-4ae1-a4f3-b69815c8ef63"||this.publisherID=="d775c91e-1adb-499e-919d-de52745e7902"||this.publisherID=="275c66cf-cb06-447c-aec0-289146e214aa"||this.publisherID=="61531667-de39-47ee-96fb-a799c77ecc81"||this.publisherID=="06ef2313-b562-44c3-9e07-cb8ce2076dd4"||this.publisherID=="f82262be-2900-45bb-bc4c-a962baead4c0"||this.publisherID=="1a31d67e-e32a-4e95-94d4-5abe21e6b7a5"||this.publisherID=="2e79a50d-64c7-419c-9cba-7a8e2f9dc610"||this.publisherID=="3c393c3e-a5a8-4c2a-9622-050378087434"||this.publisherID=="5ebf95cb-1249-41fe-b26e-a25ca5528bb0"||this.publisherID=="14f5174c-5e32-48b4-9cd9-4311b6985d85"||this.publisherID=="83da16e4-922b-45e3-9333-cc03e7637354"||this.publisherID=="eab3790a-5b6e-4a77-b55a-c923d1211107"){this.hash_flag=true}if(options.hash_flag){if(options.hash_flag=="true"){this.hash_flag=true}else{if(options.hash_flag=="false"){this.hash_flag=false}}}options.hash_flag=this.hash_flag;this.sessionID_time=(new Date()).getTime().toString();this.sessionID_rand=Number(Math.random().toPrecision(5).toString().substr(2)).toString();this.sessionID=this.sessionID_time+"."+this.sessionID_rand;options.sessionID=this.sessionID;this.fpc=_stFpc();options.fpc=this.fpc;options.pUrl=encodeURIComponent(document.location.href);this.widgetCalled=false;this.lastUrl="blank";this.logFlag=true;this.closebutton=null;this.widgetExists=false;this.oldScroll=0;this.fp=null;this.currentId=null;this.toolbar=false;this.st_clicked=false;this.st_clicked_o=null;this.curr_offsetTop=0;this.curr_offsetLeft=0;this.frameReady=false;this.delayShow=false;this.numIframe=0;this.frameLoaded=false;this.curr_id=null;this.current_element=null;this.opt_arr=[];this.mousetimer=null;this.autoPosition=true;this.openDuration=0;this.stopClosing=false;this.inTime=0;this.outTime=0;this.buttonCount=0;this.buttonClicked=false;this.meta={publisher:"",hostname:location.host,location:location.pathname};this.positionWidget=function(){var id=SHARETHIS.curr_id;var shareel=SHARETHIS.current_element;if(shareel==null){shareel=document.getElementById(id)}var curleft=curtop=0;if(shareel.offsetParent){curleft=shareel.offsetLeft;curtop=shareel.offsetTop;while(shareel=shareel.offsetParent){curleft+=shareel.offsetLeft;curtop+=shareel.offsetTop}}shareel=SHARETHIS.current_element;if(shareel==null){shareel=document.getElementById(id)}var eltop=0;var elleft=0;var topVal=0;var leftVal=0;var elemH=0;var elemW=0;eltop=curtop+shareel.offsetHeight+5;elleft=curleft+5;topVal=(eltop+SHARETHIS.curr_offsetTop);topVal=eval(topVal);elemH=topVal;topVal+="px";leftVal=(elleft+SHARETHIS.curr_offsetLeft);leftVal=eval(leftVal);elemW=leftVal;leftVal+="px";SHARETHIS.wrapper.style.top=topVal;SHARETHIS.wrapper.style.left=leftVal;if(SHARETHIS.autoPosition==true){SHARETHIS.oldScroll=document.body.scrollTop;var pginfo=this.pageSize();var effectiveH=pginfo.height+pginfo.scrY;var effectiveW=pginfo.width+pginfo.scrX;var widgetH=280;var widgetW=355;var needH=widgetH+elemH;var needW=widgetW+elemW;var diffH=needH-effectiveH;var diffW=needW-effectiveW;var newH=elemH-diffH;var newW=elemW-diffW;function getHW(elem){var retH=0;var retW=0;while(elem!=null){retH+=elem.offsetTop;retW+=elem.offsetLeft;elem=elem.offsetParent}return{height:retH,width:retW}}var buttonPos=getHW(shareel);var leftA,rightA,topA,bottomA=false;if(diffH>0){bottomA=false;topA=true;if((buttonPos.height-widgetH)>0){newH=buttonPos.height-widgetH}SHARETHIS.wrapper.style.top=newH+"px"}if(diffW>0){leftA=false;rightA=true;if((buttonPos.width-widgetW)>0){newW=buttonPos.width-widgetW}SHARETHIS.wrapper.style.left=newW+"px"}}SHARETHIS.wrapper.style.visibility="visible";SHARETHIS.mainstframe.style.visibility="visible"},this.hideWidget=function(){if(SHARETHIS.wrapper.style.visibility!=="hidden"){SHARETHIS.wrapper.style.visibility="hidden"}if(SHARETHIS.mainstframe.style.visibility!=="hidden"){SHARETHIS.mainstframe.style.visibility="hidden"}},this.pageSize=function(){var pScroll=[0,0,0,0];var scX=0;var scY=0;var winX=0;var winY=0;if(typeof(window.pageYOffset)=="number"){scX=window.pageXOffset;scY=window.pageYOffset}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){scX=document.body.scrollLeft;scY=document.body.scrollTop}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){scX=document.documentElement.scrollLeft;scY=document.documentElement.scrollTop}}}if(window.innerWidth){winX=window.innerWidth;winY=window.innerHeight}else{if(document.documentElement.offsetWidth){winX=document.documentElement.offsetWidth;winY=document.documentElement.offsetHeight}}pScroll={scrX:scX,scrY:scY,width:winX,height:winY};return pScroll};this.postPopup=function(){field=function(k,v){var f=document.createElement("input");f.type="hidden";f.name=k;f.value=v;return f};normalize=function(s){if(s==null){return""}return encodeURIComponent(s)};var f=document.createElement("form");f.method="post";f.action=SHARETHIS.postUrl;f.target="stpostframe";var urls="";var propertylist=[];for(var i=0;i<this.shareables.length;i++){var tmp_prop={};var o=this.shareables[i];urls=urls+o.properties.url;for(p in o.properties){if(SHARETHIS_tstOptions(p)==true){tmp_prop[p]=o.properties[p]}}propertylist.push(tmp_prop)}var jsonstr=ST_JSON.encode(propertylist);this.guid=hash_page(urls);f.appendChild(field("key",this.guid));f.appendChild(field("data",normalize(jsonstr)));document.body.appendChild(f);f.submit()};this.addEntry=function(properties,options){if(_thisScript===null){var tmpScr=getShareThisScript();SHARETHIS.options=parseQueryString(tmpScr.src);this.frameUrl="http://wd.sharethis.com/share3x/lightbox.3aeb20f924d90e0b4e6668c1edee0e30.html";this.postUrl="http://wd.sharethis.com/api/setCache_ws.php";if(SHARETHIS.options.button){SHARETHIS.options.button=SHARETHIS.getBool(SHARETHIS.options.button.toString())}if(SHARETHIS.options.popup){SHARETHIS.options.popup=SHARETHIS.getBool(SHARETHIS.options.popup.toString())}if(SHARETHIS.options.embeds){SHARETHIS.options.embeds=SHARETHIS.getBool(SHARETHIS.options.embeds.toString())}var init="#init";SHARETHIS.newwinfrag="#popup";for(var o in SHARETHIS.options){if(SHARETHIS_tstOptions(o)==true){init=init+"/"+o+"="+encodeURIComponent(options[o]);this.newwinfrag=this.newwinfrag+"/"+o+"="+encodeURIComponent(options[o])}}SHARETHIS.initstr=init;SHARETHIS.mainstframe.src=SHARETHIS.frameUrl+SHARETHIS.initstr}var o=new Shareable(properties,SHARETHIS_merge(SHARETHIS.options,options));if(typeof(o.properties.url)==="object"){try{o.properties.url=o.properties.url.href}catch(err){}}for(var prop in o.properties){try{o.properties[prop]=o.properties[prop].toString()}catch(err){}}var xInt="";var xInt2="";var sendDataInt="";var sendPopupDataInt="";if(this.meta.publisher=="5afea983-e449-4a75-a464-3c9a7f6c6e37"||this.meta.publisher=="e1e0ea5a-a326-4731-b1d1-f21623043511"||this.meta.publisher=="ccd2a158-6cce-4bbc-afa8-1d2dc62fe84c"||this.meta.publisher=="1e542d6f-546f-4d85-a790-bbaf333155b7"||this.meta.publisher=="9d1a65ad-45f1-4259-a6e4-41a9b42d837c"||this.meta.publisher=="5afea983-e449-4a75-a464-3c9a7f6c6e37"||this.meta.publisher=="89879177-51bf-4cf0-91c9-6326d062d5e6"||this.meta.publisher=="44b6b8a4-c8df-4bd0-8d8d-e6ad27ec63f4"){o.options.onmouseover=false}if(SHARETHIS.options.onmouseover){if(SHARETHIS.options.onmouseover=="true"){o.options.onmouseover=true}else{if(SHARETHIS.options.onmouseover=="false"){o.options.onmouseover=false}}}if(o.options.popup){o.options.onmouseover=false;SHARETHIS.popupExists=true}else{if(SHARETHIS_TOOLBAR!==true){SHARETHIS.widgetExists=true}}o.idx=this.shareables.push(o)-1;var id="sharethis_"+o.idx;var oidx=o.idx;if(o.properties.url!==this.lastUrl){this.lastUrl=o.properties.url}else{this.logFlag=false}o.chicklet=function(e){if(!e){var e=window.event}if(e.target){o.trigger=e.target}else{if(e.srcElement){o.trigger=e.srcElement}}var dest=o.trigger.getAttribute("st_dest");var loggerUrl="http://l.sharethis.com/log?event=click&source=chicklet&publisher="+encodeURIComponent(SHARETHIS.options.publisher)+"&hostname="+encodeURIComponent(SHARETHIS.meta.hostname)+"&location="+encodeURIComponent(SHARETHIS.meta.location)+"&destinations="+dest+"&ts"+(new Date()).getTime()+"&title="+encodeURIComponent(o.properties.title)+"&url="+encodeURIComponent(cleanURL(o.properties.url))+"&sessionID="+SHARETHIS.options.sessionID+"&fpc="+SHARETHIS.options.fpc;var logger=new Image(1,1);logger.src=loggerUrl;logger.onload=function(){return};var url="http://wd.sharethis.com/button/redirect.php";url+="?d="+dest;url+="&pk="+SHARETHIS.options.publisher;url+="&s="+SHARETHIS.options.sessionID;url+="&p="+encodeURIComponent(ST_JSON.encode(o.properties));window.open(url,"stpopup","width=970,height=700,location=1,toolbar=1,scrollbars=1,menubar=1,resizable=1")};o.popup=function(e){stCancelClose();o.options.autoclose=true;SHARETHIS.postEntries(o);if(SHARETHIS_TOOLBAR===true){if(st_showing===false){SHARETHIS.log("widget",o,"toolbar")}st_showing=true;clearInterval(stVisibleInterval);added_tool="/glo_toolbar=true";SHARETHIS.hideEmbeds();var pgval="";if(SHARETHIS.page!=null){pgval="/page="+SHARETHIS.page}SHARETHIS.mainstframe.src=SHARETHIS.frameUrl+SHARETHIS.newwinfrag+"/guid_index=0/guid="+SHARETHIS.guid+added_tool+pgval;SHARETHIS.wrapper.style.visibility="visible";SHARETHIS.mainstframe.style.visibility="visible"}else{if((SHARETHIS.ready===true&&SHARETHIS.frameReady===true)||(SHARETHIS.popupExists===true&&SHARETHIS.ready==true&&SHARETHIS.widgetExists===false)||(SHARETHIS.popupExists===true&&SHARETHIS.ready==true&&SHARETHIS.frameReady===true)){clearInterval(stVisibleInterval);if((typeof(e)!="undefined"&&typeof(e)!="unknown"&&e)||(typeof(event)!="undefined"&&typeof(event)!="unknown"&&event)){if(typeof(e)!="undefined"&&typeof(e)!="unknown"&&e){o.trigger=e.target}else{if(typeof(event)!="undefined"&&typeof(event)!="unknown"&&event){o.trigger=event.srcElement}}if(o.trigger!==null&&o.trigger){id=o.trigger.id;SHARETHIS.current_element=o.trigger;o.page=o.trigger.getAttribute("st_page");if(st_showing===false){if(o.page=="home"){SHARETHIS.log("widget",o,"button")}else{SHARETHIS.log("widget",o,"chicklet")}}}else{o.page="home";if(st_showing===false){SHARETHIS.log("widget",o,"button")}}}else{if(o.element!=null){id=o.element.id;SHARETHIS.current_element=o.element}o.page="home";if(st_showing===false){SHARETHIS.log("widget",o,"button")}}var pageFrag="/page="+o.page;SHARETHIS.curr_offsetTop=Number(o.options.offsetTop);SHARETHIS.curr_offsetLeft=Number(o.options.offsetLeft);if(SHARETHIS.curr_offsetTop>0||SHARETHIS.curr_offsetTop>0){SHARETHIS.autoPosition=false}SHARETHIS.curr_id=id;if(o.options.onclick){var res=o.options.onclick.apply(document,[o]);if(res==false){return false}}if(o.options.popup){var newwinurl=SHARETHIS.frameUrl+SHARETHIS.newwinfrag+"/guid_index=0/guid="+SHARETHIS.guid+pageFrag;window.open(newwinurl,"newstframe","status=1,toolbar=0,width=353,height=598")}else{if(st_showing==false){if(o.options.embeds==false){SHARETHIS.hideEmbeds()}stautoclose=o.options.autoclose;if(SHARETHIS.sendNum<SHARETHIS.sendArray.length){var temparr=[];SHARETHIS.sendArray.push("#show/guid_index=0"+pageFrag);if(SHARETHIS.delayShow===true){sendDataInt=setTimeout(SHARETHIS.sendData,1000)}else{sendDataInt=setTimeout(SHARETHIS.sendData,20)}}else{window.frames.stframe.location.replace(SHARETHIS.frameUrl+"#show/guid_index=0"+pageFrag);if(SHARETHIS.delayShow===true){sendDataInt=setTimeout(SHARETHIS.sendData,1000)}else{sendDataInt=setTimeout(SHARETHIS.sendData,20)}}SHARETHIS.positionWidget();st_showing=true}else{if(o.options.onmouseover==false||o.options.onmouseover=="false"){stcloseWidget()}}}}else{SHARETHIS.st_clicked=true;SHARETHIS.delayShow=true;SHARETHIS.st_clicked_o=o}}};var a=document.createElement("a");a.className="stbutton stico_"+(o.options.style?o.options.style:(SHARETHIS.options.style?SHARETHIS.options.style:"default"));a.title="ShareThis via email, AIM, social bookmarking and networking sites, etc.";a.href="javascript:void(0)";a.setAttribute("st_page","home");if(o.options.onmouseover==false||o.options.onmouseover=="false"){a.onclick=o.popup}if(o.options.onmouseover==true||o.options.onmouseover=="true"){a.onclick=function(){stCancelClose()};a.onmouseover=function(){stCancelClose();SHARETHIS.mousetimer=setTimeout(o.popup,150)};a.onmouseout=function(){clearInterval(SHARETHIS.mousetimer);stClose()}}var t=document.createElement("span");t.className="stbuttontext";t.setAttribute("st_page","home");t.appendChild(document.createTextNode(o.options.buttonText));a.appendChild(t);o.button=a;try{if(o.options.button==true&&SHARETHIS.bodyLoaded==false){document.write('<span id="'+id+'"></span>')}}catch(err){}var x=document.getElementById(id);if(x){if(o.options.button){x.appendChild(a)}}if(this.logFlag){SHARETHIS.buttonCount++}return o},this.postEntries=function(o){SHARETHIS.sendNum=0;var urls="";var propertylist=[];var tmp_prop={};urls=urls+o.properties.url;for(p in o.properties){if(SHARETHIS_tstOptions(p)==true){tmp_prop[p]=null;tmp_prop[p]=o.properties[p]}}propertylist.push(tmp_prop);var tmp="/pageTitle="+encodeURIComponent(encodeURIComponent(document.title))+"/pageURL="+encodeURIComponent(encodeURIComponent(cleanURL(document.URL)))+"/pageHost="+encodeURIComponent(encodeURIComponent(document.location.host))+"/pagePath="+encodeURIComponent(encodeURIComponent(document.location.pathname));SHARETHIS.sendArray.push("#data"+tmp);var jsonstr=ST_JSON.encode(propertylist);var tmp=encodeURIComponent(jsonstr);var b=tmp.length;var a=1700;var c=parseInt(b/a);c=c+1;var d=b%a;var sendArr=[];var tmpSend="";for(var i=0;i<c;i++){sendArr.push(tmp.substring(i*a,(i*a)+a))}for(var i=0;i<sendArr.length;i++){tmpSend="#data/jsonData="+encodeURIComponent(sendArr[i]);SHARETHIS.sendArray.push(tmpSend)}SHARETHIS.sendArray.push("#data/jsonData=done")},this.sendData=function(){xInt=setInterval(SHARETHIS.sendJSON,50)},this.sendJSON=function(){if(SHARETHIS.sendNum<SHARETHIS.sendArray.length){window.frames.stframe.location.replace(SHARETHIS.frameUrl+SHARETHIS.sendArray[SHARETHIS.sendNum])}else{clearInterval(xInt)}SHARETHIS.sendNum++},this.defer=function(f){if(this.ready){f.apply(document,[SHARETHIS])}else{this.readyList.push(function(){return f.apply(this,[SHARETHIS])})}},this.onReady=function(){SHARETHIS.ready=true;for(var i=0;i<SHARETHIS.readyList.length;++i){SHARETHIS.readyList[i].apply(document,[SHARETHIS])}},this.load=function(t,opts){var e=document.createElement(t);for(var i in opts){e.setAttribute(i,opts[i])}try{document.getElementsByTagName("head")[0].appendChild(e)}catch(err){document.body.appendChild(e)}},this.hideEmbeds=function(){var embeds=document.getElementsByTagName("embed");for(var i=0;i<embeds.length;i++){embeds[i].style.visibility="hidden"}},this.showEmbeds=function(){var embeds=document.getElementsByTagName("embed");for(var i=0;i<embeds.length;i++){embeds[i].style.visibility="visible"}},this.manageHashTracking=function(url_str){try{var sts_hash=parseFloat(this.sessionID_time).toString(36)+"."+parseFloat(this.sessionID_rand).toString(36);var url_hash=url_str.split("#",2)[1];var hash_regexp=new RegExp("STS=([^&\\s]+)(&SHR=([^&\\s]+))?","i");var match_results=null;if(typeof(url_hash)!="undefined"){match_results=url_hash.match(hash_regexp)}if(match_results!=null&&match_results.length>1){var raw_str=match_results[1];var temp_arr=raw_str.split(".");if(temp_arr!=null){this.referrer_sts=parseInt(temp_arr[0],36)+"."+parseInt(temp_arr[1],36);if(match_results.length>2&&match_results[3]!=null){this.shr_flag=match_results[3]}}}if(this.hash_flag==true&&(match_results!=null||url_str.split("#",2).length<2)){var uri_part=url_str.split("#",2)[0];url_str=uri_part+"#STS="+sts_hash;window.location.replace(url_str)}return url_str}catch(err){return url_str}},this.log=function(event,obj,source){if(obj&&obj.properties&&obj.properties.url){url=this.manageHashTracking(obj.properties.url)}else{url=this.manageHashTracking(document.URL)}var lurl="http://l.sharethis.com/log?event=";if(event=="pview"){lurl="http://l.sharethis.com/pview?event="}lurl+=event;if(source!=null){lurl+="&source="+source}lurl+="&publisher="+encodeURIComponent(SHARETHIS.meta.publisher)+"&hostname="+encodeURIComponent(SHARETHIS.meta.hostname)+"&location="+encodeURIComponent(SHARETHIS.meta.location)+"&url="+encodeURIComponent(cleanURL(url))+"&sessionID="+SHARETHIS.sessionID+"&fpc="+SHARETHIS.fpc+"&ts"+(new Date()).getTime()+"."+SHARETHIS.counter+++"&r_sessionID="+this.referrer_sts+"&hash_flag="+SHARETHIS.hash_flag+"&shr="+this.shr_flag;var logger2=new Image(1,1);logger2.src=lurl;logger2.onload=function(){return}},this.getBool=function(variable){var vtype;var toReturn;if(variable!=null){switch(typeof(variable)){case"boolean":vtype="boolean";return variable;break;case"number":vtype="number";if(variable==0){toReturn=false}else{toReturn=true}break;case"string":vtype="string";if(variable=="true"||variable=="1"){toReturn=true}else{if(variable=="false"||variable=="0"){toReturn=false}else{if(variable.length>0){toReturn=true}else{if(variable.length==0){toReturn=false}}}}break}return toReturn}},this.onStFrameLoad=function(){if(SHARETHIS.frameLoaded===false){SHARETHIS.widgetCalled=true;SHARETHIS.frameLoaded=true;if(SHARETHIS.st_clicked==true){setTimeout("SHARETHIS.st_clicked_o.popup()",1000)}}};this.readyTest=function(){if(SHARETHIS.frameReady===true&&SHARETHIS.ready===true){clearInterval(SHARETHIS.readyTestInterval);SHARETHIS.onStFrameLoad()}};this.sendEvent=function(name,value){var tmpSend="#widget/"+name+"="+value;window.frames.stframe.location.replace(SHARETHIS.frameUrl+tmpSend)};this.initialize=function(options){for(o in options){options[o]=options[o].toString()}if(_thisScript==null){var _slist=document.getElementsByTagName("script");var _thisScript3=_slist[_slist.length-1];var ST_script_src=_thisScript3.src}else{var ST_script_src=_thisScript.src}this.frameUrl="http://wd.sharethis.com/share3x/lightbox.3aeb20f924d90e0b4e6668c1edee0e30.html";this.postUrl="http://wd.sharethis.com/api/setCache_ws.php";this.options=options||{};if(this.options.button){this.options.button=this.getBool(this.options.button.toString())}if(this.options.popup){this.options.popup=this.getBool(this.options.popup.toString())}if(this.options.embeds){this.options.embeds=this.getBool(this.options.embeds.toString())}if(this.options.publisher){this.meta.publisher=this.options.publisher}var tmp_css="http://w.sharethis.com/button/css/sharethis.f64427fa606e8f952d0df3f0d2f21b3b.css";try{if(this.options.css){tmp_css=this.options.css.toString()}}catch(err){}var css=tmp_css;this.load("link",{href:(this.options.css?this.options.css:css),rel:"stylesheet",type:"text/css"});try{this.mainstframe=document.createElement('<iframe name="stframe" allowTransparency="true" style="body{background:transparent;}" ></iframe>');this.mainstframe.onreadystatechange=function(){if(SHARETHIS.mainstframe.readyState==="complete"){SHARETHIS.frameReady=true}}}catch(err){this.mainstframe=document.createElement("iframe");this.mainstframe.allowTransparency="true";this.mainstframe.setAttribute("allowTransparency","true");this.mainstframe.onload=function(){SHARETHIS.frameReady=true}}this.mainstframe.id="stframe";this.mainstframe.className="stframe";this.mainstframe.name="stframe";this.mainstframe.frameBorder="0";this.mainstframe.scrolling="no";this.mainstframe.width="353px";this.mainstframe.height="598px";this.mainstframe.style.top="0px";this.mainstframe.style.left="0px";try{this.fp=document.createElement('<iframe name="stpostframe" style="visibility:hidden"></iframe>')}catch(err){this.fp=document.createElement("iframe");this.fp.style.visibility="hidden"}this.fp.name="stpostframe";this.fp.width="0px";this.fp.height="0px";this.fp.src="";var init="#init";this.newwinfrag="#popup";for(var o in options){if(SHARETHIS_tstOptions(o)==true){init=init+"/"+o+"="+encodeURIComponent(options[o]);this.newwinfrag=this.newwinfrag+"/"+o+"="+encodeURIComponent(options[o])}}this.initstr=init;this.sendInit.push(this.initstr);this.mainstframe.src=this.frameUrl+this.sendInit[0];this.wrapper=document.createElement("div");this.wrapper.id="stwrapper";this.wrapper.className="stwrapper";this.wrapper.style.visibility="hidden";this.wrapper.style.top="-999px";this.wrapper.style.left="-999px";this.closewrapper=document.createElement("div");this.closewrapper.className="stclose";this.closewrapper.onclick=stcloseWidget;this.wrapper.appendChild(this.closewrapper);this.wrapper.appendChild(this.mainstframe);this.defer(function(){SHARETHIS.bodyLoaded=true;var burl="http://l.sharethis.com/log?event=bview";var additional=dbrInfo();if(additional==false){additional=""}burl+="&publisher="+encodeURIComponent(SHARETHIS.meta.publisher)+"&hostname="+encodeURIComponent(SHARETHIS.meta.hostname)+"&location=&url=&sessionID="+SHARETHIS.sessionID+"&fpc="+SHARETHIS.fpc+"&ts"+(new Date()).getTime()+"."+SHARETHIS.counter+++"&count="+SHARETHIS.buttonCount+additional;var logger3=new Image(1,1);logger3.src=burl;logger3.onload=function(){return};if(SHARETHIS_TOOLBAR===true){document.body.appendChild(SHARETHIS.fp);SHARETHIS.postPopup();SHARETHIS_TOOLBAR_DIV.appendChild(SHARETHIS.wrapper)}if(SHARETHIS.popupExists===true&&SHARETHIS.popupCalled===false){document.body.appendChild(SHARETHIS.fp);SHARETHIS.postPopup();SHARETHIS.popupCalled=true}if(SHARETHIS.widgetCalled===false&&SHARETHIS.widgetExists===true){parent.document.body.appendChild(SHARETHIS.wrapper);try{window.frames.stframe.location.replace(SHARETHIS.mainstframe.src)}catch(err){}SHARETHIS.readyTestInterval=setInterval(SHARETHIS.readyTest,250)}try{var stfrm=document.getElementById("stframe");stfrm.onmouseover=function(){stCancelClose();SHARETHIS.inTime=(new Date()).getTime()};stfrm.onmouseout=function(){SHARETHIS.outTime=(new Date()).getTime();SHARETHIS.openDuration=(SHARETHIS.outTime-SHARETHIS.inTime)/1000;stClose()};document.body.onclick=function(){if(SHARETHIS.buttonClicked==false){SHARETHIS.stopClosing=false;SHARETHIS.openDuration=0;stClose(100)}}}catch(err){}});if(typeof(window.addEventListener)!="undefined"){window.addEventListener("load",this.onReady,false)}else{if(typeof(document.addEventListener)!="undefined"){document.addEventListener("load",this.onReady,false)}else{if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",this.onReady)}}}};this.initialize(options)}var closetimeout;function stClose(a){if(!a){a=1000}if(stautoclose==true&&SHARETHIS_TOOLBAR==false){if(SHARETHIS.openDuration<2&&SHARETHIS.stopClosing==false){closetimeout=setTimeout("stcloseWidget()",a)}else{SHARETHIS.stopClosing=true}}}function stCancelClose(){clearTimeout(closetimeout);SHARETHIS.buttonClicked=true;setTimeout(function(){SHARETHIS.buttonClicked=false},100)}function stcloseWidget(){st_showing=false;SHARETHIS.wrapper.style.visibility="hidden";SHARETHIS.mainstframe.style.visibility="hidden";SHARETHIS.wrapper.style.top="-999px";SHARETHIS.wrapper.style.left="-999px";SHARETHIS.showEmbeds();SHARETHIS.sendEvent("screen","home");SHARETHIS.sendArray=[]}function SHARETHIS_tstOptions(a){var d=["type","title","summary","content","url","icon","category","updated","published","author","button","onmouseover","buttonText","popup","offsetLeft","offsetTop","embeds","autoclose","publisher","tabs","services","charset","headerbg","inactivebg","inactivefg","linkfg","style","send_services","exclusive_services","post_services","headerfg","headerType","headerTitle","sessionID","tracking","fpc","ads","pUrl","hash_flag"];var c=false;for(var b=0;b<d.length;b++){if(a===d[b]){c=true}}return c}function SHARETHIS_TEST(){SHARETHIS.mainstframe.src=SHARETHIS.frameUrl+"#test"}function _stFpc(){if(!document.domain){return false}var g=_stGetFpc("__unam");if(g==false){var c=Math.round(Math.random()*2147483647);c=c.toString(16);var h=(new Date()).getTime();h=h.toString(16);var e="";var a=_stGetD();a=a.split(/\./)[1];if(!a){return false}e=_stdHash(a)+"-"+h+"-"+c+"-1";g=e;_stSetFpc(g)}else{var b=g;var f=b.split(/\-/);if(f.length==4){var d=Number(f[3]);d++;b=f[0]+"-"+f[1]+"-"+f[2]+"-"+d;g=b;_stSetFpc(g)}}return g}function _stSetFpc(g){var a="__unam";var c=new Date;var i=c.getFullYear();var f=c.getMonth()+9;var h=c.getDate();var d=a+"="+escape(g);if(i){var b=new Date(i,f,h);d+="; expires="+b.toGMTString()}var e=_stGetD();d+="; domain="+escape(e)+";path=/";document.cookie=d}function _stGetD(){var b=document.domain.split(/\./);var a="";if(b.length>1){a="."+b[b.length-2]+"."+b[b.length-1]}return a}function _stGetFpc(b){var a=document.cookie.match("(^|;) ?"+b+"=([^;]*)(;|$)");if(a){return(unescape(a[2]))}else{return false}}function _stdHash(a){var e=0,d=0;for(var c=a.length-1;c>=0;c--){var b=parseInt(a.charCodeAt(c));e=((e<<8)&268435455)+b+(b<<12);if((d=e&161119850)!=0){e=(e^(d>>20))}}return e.toString(16)}var _thisScript=null;function getShareThisScript(){var d=document.getElementsByTagName("script");var c=null;for(var b=0;b<d.length;b++){var a=d[b].src;if(a.search(/.*sharethis.*\/button/)>=0){c=d[b]}else{if(a.search(/.*sharethis.*\/widget\/\?/)>=0||a.search(/.*sharethis.*\/widget\/index/)>=0||a.search(/.*sharethis.*\/widget\/\?&/)>=0){c=d[b]}}}return c}function dbrInfo(){var a=document.referrer;if(a&&a.length>0){var c=/(http:\/\/)(.*?)\/.*/i;var b=/(^.*\?)(.*)/ig;var f="";var e=a.replace(c,"$2");if(e.length>0){f+="&refDomain="+e}else{return false}var d=a.replace(b,"$2");if(d.length>0){f+="&refQuery="+encodeURIComponent(d)}return f}else{return false}}_thisScript=getShareThisScript();if(_thisScript){SHARETHIS=new ShareThis(parseQueryString(_thisScript.src))}else{SHARETHIS=new ShareThis()}SHARETHIS.log("pview",null,null)}var _slist=document.getElementsByTagName("script");var _thisScript2=_slist[_slist.length-1];if(_thisScript2&&_thisScript2.parentNode.tagName!="HEAD"&&typeof(_sttoolbar)=="undefined"){var obj=SHARETHIS.addEntry()}}catch(err){};