$.getJSON('http://api.twitter.com/1/statuses/user_timeline.json?id=Encosia&skip_user=true&include_rts=true&callback=?',function(response){for(var i=0;i<response.length;i++){if(response[i].in_reply_to_screen_name===null&&!containsIgnoredHashtags(response[i].text)){displayTwitterStatus(response[i]);return;}}
displayTwitterStatus(response[0]);});function containsIgnoredHashtags(text){var hashtagsToIgnore=['#msteched','#mix','#mvp'];for(var i=0;i<hashtagsToIgnore.length;i++){if(text.indexOf(hashtagsToIgnore[i])!==-1){return true;}}
return false;}
function displayTwitterStatus(status){var status=status.text.replace(/(http:\/\/[A-Z0-9\/\._-]+\w)/gi,'<a href="$1" target="_blank">$1</a>');status=status.replace(/(\@[a-zA-Z0-9_]+)/g,'<a href="http://twitter.com/$1" target="_blank">$1</a>');var $status=$('<blockquote/>',{html:status,css:{display:'none'}});$('#Twitter').after($status);$status.fadeIn(500);}
$('#RSSBlock').append('<a href="http://feeds.encosia.com/Encosia" rel="nofollow" target="_blank"><img src="http://feeds.feedburner.com/~fc/Encosia?bg=F78B21&amp;fg=000000" height="26" width="88" border="0" alt="Encosia RSS feed count" /></a>');

(function($){$.fn.deliciousButton=function(allOptions){if(!window.hex_md5){throw new Error("MD5 script is not included!. Refer to http://code.google.com/p/delicious-button/ for more info");return}var defaults={url:"",url_querystring:0,title:"",button:"tall",css:1};allOptions=$.extend({},defaults,allOptions);var me=this;var urls=[];var style=function(){if(!$("#delic-button-css").length){$("head").append('<style type="text/css" media="screen" id="delic-button-css">div.delic-tall{font-family:Arial,Tahoma;font-size:11px;width:50px;}div.delic-tall a.icon,div.delic-tall a.count{color:#FFF!important;display:block;-moz-border-radius:3px;-webkit-border-radius:3px;outline:none!important;text-decoration:none!important;}div.delic-tall a.icon{background:#fff;border:1px solid #ccc;height:38px;overflow:hidden;position:relative;direction:ltr;}div.delic-tall a.icon:hover{border-color:#666;}div.delic-tall a.count{margin-top:2px;text-align:center;font-size:12px;line-height:18px;height:18px;background:#3274D0;border:#3274D0 1px solid;text-shadow:#2A5580 1px 1px 0;}div.delic-tall a.count:hover{background:#369;border-color:#369;}div.delic-tall a.count:active{background:#000;border:#333 1px solid;text-shadow:#222 1px 1px 0;outline:none;}div.delic-wide{font-family:Arial,Tahoma;font-size:11px;width:76px;}div.delic-wide a.icon,div.delic-wide a.count{display:block;float:left;line-height:18px;border:#666 solid 1px;-webkit-border-radius:3px;-moz-border-radius:3px;margin-right:1px;outline:none!important;text-decoration:none!important;height:18px;overflow:hidden;color:#FFF!important;}div.delic-wide a.icon{background:#fff;border-color:#ccc;width:20px;position:relative;direction:ltr;}div.delic-wide a.icon:hover{border-color:#666;}div.delic-wide a.count{font-size:12px;background:#3274D0;border-color:#3274D0;width:50px;text-align:center;text-shadow:#2A5580 1px 1px 0;}div.delic-wide a.count:hover{background:#369;border-color:#369;text-shadow:#369 1px 1px 0;}div.delic-wide a.count:active{background:#000;border-color:#333;text-shadow:#222 1px 1px 0;}div.delic-tall a.icon:hover *,div.delic-wide a.icon:hover *{opacity:.85;filter:alpha(opacity=85);}div.delic-tall a.icon *,div.delic-wide a.icon *{width:50%;height:50%;position:absolute;margin:0!important;}div.delic-tall h1,div.delic-wide h1{background:#3274D0;left:50%;top:0;}div.delic-tall h2,div.delic-wide h2{background:#000;left:0;top:50%;}div.delic-tall h3,div.delic-wide h3{background:#D3D2D2;left:50%;top:50%;}div.delic-tall a.count i,div.delic-wide a.count i{display:none;font-style:normal;}div.delic-tall a.count b,div.delic-wide a.count b{font-weight:normal}</style>')}};var readOp=function(a){var savedOp=a.data("data-button");if(savedOp&&savedOp!="undefined"){return savedOp}var op=allOptions;var strOp=a.attr("data-button");if(!strOp){var html=a.html().replace(/\n|\r\n/g,"");if(html){var m=html.match(/<!--\s*(\{.+\});?\s*-->/);if(m&&m.length==2){strOp=m[1]}}}if(strOp){if(strOp.indexOf("{")<0){strOp="{"+strOp+"}"}try{op=eval("("+strOp+")")}catch(e){a.html('<b style="color:red">'+e+"</b>");return null}op=$.extend({},defaults,op)}if(!op.url){op.url=location.protocol+"//"+location.host+location.pathname+(op.url_querystring?location.search:"");op.title=document.title}a.data("data-button",op);return op};var button=function(a,json){var op=readOp(a);var n=0,title="";for(var i=0,c=json.length;i<c;i++){if(json[i].url==op.url){n=parseInt(json[i].total_posts);title=$("<div />").html(json[i].title).text();break}}if(!n>0){n=0}var nStr=n>0?n:"Save";if(n>9999){nStr=Math.floor(n/1000)+"K"}else{if(n>999){nStr=Math.floor(n/1000)+","+(n%1000)}}var surl="http://delicious.com/save?v=5&noui&jump=close&url="+encodeURIComponent(op.url)+"&title="+encodeURIComponent(op.title?op.title:title);var div;if(op.button=="wide"){div=a.wrap('<div class="delic-wide"/>').parent().html('<a href="'+surl+'" class="icon" target="delicious"><h1></h1><h2></h2><h3></h3></a><a href="'+surl+'"	class="count" target="delicious"><i>Save</i><b>'+nStr+'</b></a><div style="clear:both"></div')}else{div=a.wrap('<div class="delic-tall"/>').parent().html('<a href="'+surl+'" target="delicious" class="icon"><h1></h1><h2></h2><h3></h3></a><a href="'+surl+'"	class="count" target="delicious"><i>Save</i><b>'+nStr+"</b></a>")}div.mouseenter(function(){$(this).find("b").stop(1,1).css("display","none");$(this).find("i").fadeIn()}).mouseleave(function(){$(this).find("i").stop(1,1).css("display","none");$(this).find("b").fadeIn()});div.find("a.icon,a.count").click(function(){window.open(surl,"delicious","toolbar=no,width=550,height=550");return false})};var requested=function(json){me.each(function(){button($(this),json)})};me.each(function(){var a=$(this);var op=readOp(a);if(op.css){style()}if(jQuery.inArray(op.url,urls)==-1){urls[urls.length]=op.url}});var hashs=[];for(var i=0,c=urls.length;i<c;i++){hashs[i]=hex_md5(urls[i])}$.ajax({url:"http://feeds.delicious.com/v2/json/urlinfo/data",data:{hash:hashs},success:requested,dataType:"jsonp"});return me}})(jQuery);jQuery(document).ready(function(){jQuery("a.delicious-button").deliciousButton()});

function hex_md5(a){return rstr2hex(rstr_md5(str2rstr_utf8(a)))}function b64_md5(a){return rstr2b64(rstr_md5(str2rstr_utf8(a)))}function any_md5(a,b){return rstr2any(rstr_md5(str2rstr_utf8(a)),b)}function hex_hmac_md5(a,b){return rstr2hex(rstr_hmac_md5(str2rstr_utf8(a),str2rstr_utf8(b)))}function b64_hmac_md5(a,b){return rstr2b64(rstr_hmac_md5(str2rstr_utf8(a),str2rstr_utf8(b)))}function any_hmac_md5(a,c,b){return rstr2any(rstr_hmac_md5(str2rstr_utf8(a),str2rstr_utf8(c)),b)}function md5_vm_test(){return hex_md5("abc").toLowerCase()=="900150983cd24fb0d6963f7d28e17f72"}function rstr_md5(a){return binl2rstr(binl_md5(rstr2binl(a),a.length*8))}function rstr_hmac_md5(c,f){var e=rstr2binl(c);if(e.length>16){e=binl_md5(e,c.length*8)}var a=Array(16),d=Array(16);for(var b=0;b<16;b++){a[b]=e[b]^909522486;d[b]=e[b]^1549556828}var g=binl_md5(a.concat(rstr2binl(f)),512+f.length*8);return binl2rstr(binl_md5(d.concat(g),512+128))}function rstr2hex(c){try{hexcase}catch(g){hexcase=0}var f=hexcase?"0123456789ABCDEF":"0123456789abcdef";var b="";var a;for(var d=0;d<c.length;d++){a=c.charCodeAt(d);b+=f.charAt((a>>>4)&15)+f.charAt(a&15)}return b}function rstr2b64(c){try{b64pad}catch(h){b64pad=""}var g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var b="";var a=c.length;for(var f=0;f<a;f+=3){var k=(c.charCodeAt(f)<<16)|(f+1<a?c.charCodeAt(f+1)<<8:0)|(f+2<a?c.charCodeAt(f+2):0);for(var d=0;d<4;d++){if(f*8+d*6>c.length*8){b+=b64pad}else{b+=g.charAt((k>>>6*(3-d))&63)}}}return b}function rstr2any(m,c){var b=c.length;var l,f,a,n,e;var k=Array(Math.ceil(m.length/2));for(l=0;l<k.length;l++){k[l]=(m.charCodeAt(l*2)<<8)|m.charCodeAt(l*2+1)}var h=Math.ceil(m.length*8/(Math.log(c.length)/Math.log(2)));var g=Array(h);for(f=0;f<h;f++){e=Array();n=0;for(l=0;l<k.length;l++){n=(n<<16)+k[l];a=Math.floor(n/b);n-=a*b;if(e.length>0||a>0){e[e.length]=a}}g[f]=n;k=e}var d="";for(l=g.length-1;l>=0;l--){d+=c.charAt(g[l])}return d}function str2rstr_utf8(c){var b="";var d=-1;var a,e;while(++d<c.length){a=c.charCodeAt(d);e=d+1<c.length?c.charCodeAt(d+1):0;if(55296<=a&&a<=56319&&56320<=e&&e<=57343){a=65536+((a&1023)<<10)+(e&1023);d++}if(a<=127){b+=String.fromCharCode(a)}else{if(a<=2047){b+=String.fromCharCode(192|((a>>>6)&31),128|(a&63))}else{if(a<=65535){b+=String.fromCharCode(224|((a>>>12)&15),128|((a>>>6)&63),128|(a&63))}else{if(a<=2097151){b+=String.fromCharCode(240|((a>>>18)&7),128|((a>>>12)&63),128|((a>>>6)&63),128|(a&63))}}}}}return b}function str2rstr_utf16le(b){var a="";for(var c=0;c<b.length;c++){a+=String.fromCharCode(b.charCodeAt(c)&255,(b.charCodeAt(c)>>>8)&255)}return a}function str2rstr_utf16be(b){var a="";for(var c=0;c<b.length;c++){a+=String.fromCharCode((b.charCodeAt(c)>>>8)&255,b.charCodeAt(c)&255)}return a}function rstr2binl(b){var a=Array(b.length>>2);for(var c=0;c<a.length;c++){a[c]=0}for(var c=0;c<b.length*8;c+=8){a[c>>5]|=(b.charCodeAt(c/8)&255)<<(c%32)}return a}function binl2rstr(b){var a="";for(var c=0;c<b.length*32;c+=8){a+=String.fromCharCode((b[c>>5]>>>(c%32))&255)}return a}function binl_md5(p,k){p[k>>5]|=128<<((k)%32);p[(((k+64)>>>9)<<4)+14]=k;var o=1732584193;var n=-271733879;var m=-1732584194;var l=271733878;for(var g=0;g<p.length;g+=16){var j=o;var h=n;var f=m;var e=l;o=md5_ff(o,n,m,l,p[g+0],7,-680876936);l=md5_ff(l,o,n,m,p[g+1],12,-389564586);m=md5_ff(m,l,o,n,p[g+2],17,606105819);n=md5_ff(n,m,l,o,p[g+3],22,-1044525330);o=md5_ff(o,n,m,l,p[g+4],7,-176418897);l=md5_ff(l,o,n,m,p[g+5],12,1200080426);m=md5_ff(m,l,o,n,p[g+6],17,-1473231341);n=md5_ff(n,m,l,o,p[g+7],22,-45705983);o=md5_ff(o,n,m,l,p[g+8],7,1770035416);l=md5_ff(l,o,n,m,p[g+9],12,-1958414417);m=md5_ff(m,l,o,n,p[g+10],17,-42063);n=md5_ff(n,m,l,o,p[g+11],22,-1990404162);o=md5_ff(o,n,m,l,p[g+12],7,1804603682);l=md5_ff(l,o,n,m,p[g+13],12,-40341101);m=md5_ff(m,l,o,n,p[g+14],17,-1502002290);n=md5_ff(n,m,l,o,p[g+15],22,1236535329);o=md5_gg(o,n,m,l,p[g+1],5,-165796510);l=md5_gg(l,o,n,m,p[g+6],9,-1069501632);m=md5_gg(m,l,o,n,p[g+11],14,643717713);n=md5_gg(n,m,l,o,p[g+0],20,-373897302);o=md5_gg(o,n,m,l,p[g+5],5,-701558691);l=md5_gg(l,o,n,m,p[g+10],9,38016083);m=md5_gg(m,l,o,n,p[g+15],14,-660478335);n=md5_gg(n,m,l,o,p[g+4],20,-405537848);o=md5_gg(o,n,m,l,p[g+9],5,568446438);l=md5_gg(l,o,n,m,p[g+14],9,-1019803690);m=md5_gg(m,l,o,n,p[g+3],14,-187363961);n=md5_gg(n,m,l,o,p[g+8],20,1163531501);o=md5_gg(o,n,m,l,p[g+13],5,-1444681467);l=md5_gg(l,o,n,m,p[g+2],9,-51403784);m=md5_gg(m,l,o,n,p[g+7],14,1735328473);n=md5_gg(n,m,l,o,p[g+12],20,-1926607734);o=md5_hh(o,n,m,l,p[g+5],4,-378558);l=md5_hh(l,o,n,m,p[g+8],11,-2022574463);m=md5_hh(m,l,o,n,p[g+11],16,1839030562);n=md5_hh(n,m,l,o,p[g+14],23,-35309556);o=md5_hh(o,n,m,l,p[g+1],4,-1530992060);l=md5_hh(l,o,n,m,p[g+4],11,1272893353);m=md5_hh(m,l,o,n,p[g+7],16,-155497632);n=md5_hh(n,m,l,o,p[g+10],23,-1094730640);o=md5_hh(o,n,m,l,p[g+13],4,681279174);l=md5_hh(l,o,n,m,p[g+0],11,-358537222);m=md5_hh(m,l,o,n,p[g+3],16,-722521979);n=md5_hh(n,m,l,o,p[g+6],23,76029189);o=md5_hh(o,n,m,l,p[g+9],4,-640364487);l=md5_hh(l,o,n,m,p[g+12],11,-421815835);m=md5_hh(m,l,o,n,p[g+15],16,530742520);n=md5_hh(n,m,l,o,p[g+2],23,-995338651);o=md5_ii(o,n,m,l,p[g+0],6,-198630844);l=md5_ii(l,o,n,m,p[g+7],10,1126891415);m=md5_ii(m,l,o,n,p[g+14],15,-1416354905);n=md5_ii(n,m,l,o,p[g+5],21,-57434055);o=md5_ii(o,n,m,l,p[g+12],6,1700485571);l=md5_ii(l,o,n,m,p[g+3],10,-1894986606);m=md5_ii(m,l,o,n,p[g+10],15,-1051523);n=md5_ii(n,m,l,o,p[g+1],21,-2054922799);o=md5_ii(o,n,m,l,p[g+8],6,1873313359);l=md5_ii(l,o,n,m,p[g+15],10,-30611744);m=md5_ii(m,l,o,n,p[g+6],15,-1560198380);n=md5_ii(n,m,l,o,p[g+13],21,1309151649);o=md5_ii(o,n,m,l,p[g+4],6,-145523070);l=md5_ii(l,o,n,m,p[g+11],10,-1120210379);m=md5_ii(m,l,o,n,p[g+2],15,718787259);n=md5_ii(n,m,l,o,p[g+9],21,-343485551);o=safe_add(o,j);n=safe_add(n,h);m=safe_add(m,f);l=safe_add(l,e)}return Array(o,n,m,l)}function md5_cmn(h,e,d,c,g,f){return safe_add(bit_rol(safe_add(safe_add(e,h),safe_add(c,f)),g),d)}function md5_ff(g,f,k,j,e,i,h){return md5_cmn((f&k)|((~f)&j),g,f,e,i,h)}function md5_gg(g,f,k,j,e,i,h){return md5_cmn((f&j)|(k&(~j)),g,f,e,i,h)}function md5_hh(g,f,k,j,e,i,h){return md5_cmn(f^k^j,g,f,e,i,h)}function md5_ii(g,f,k,j,e,i,h){return md5_cmn(k^(f|(~j)),g,f,e,i,h)}function safe_add(a,d){var c=(a&65535)+(d&65535);var b=(a>>16)+(d>>16)+(c>>16);return(b<<16)|(c&65535)}function bit_rol(a,b){return(a<<b)|(a>>>(32-b))};
