window.addEvent("domready",function(){if(Igloo&&Igloo.asset_twitterlink){var b;$each(Igloo.asset_twitterlink,function(a,d){b=$(d);if(b){b.addEvent("click",function(c){c.preventDefault();var f=new ApiClient({apimethod:"igloo/shorten",method:"get",queryparams:{longUrl:document.location.href},onRequest:function(){},onSuccess:function(p){var e=JSON.decode(p,true);var q=e.response.items[0].value;var m=140;var n=document.title.ellipsize(m-q.length-1)+" "+q;var o="http://twitter.com/home?status="+encodeURIComponent(n);var r=o;r=r.replace(/\//g,"");r=r.replace(/\./g,"");r=r.replace(/:/g,"");document.location.href=o;return false},onFailure:function(){var h="http://twitter.com/";var e=h;e=e.replace(/\//g,"");e=e.replace(/\./g,"");e=e.replace(/:/g,"");document.location.href=h;return false}})})}})}});
