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