var linkifyEmails=function(){document.getElementById("email").innerHTML='<a href="mailto:hugo@nothugo.com" title="email hugo">hugo@nothugo.com</a>',document.getElementById("email_work").innerHTML='<a href="mailto:hugo+work@nothugo.com" title="email hugo (work)">hugo+work@nothugo.com</a>'},twitterName="dissimile",tweetCount=4;twitterCallback="showTweets",pageCount=1;var twitterURL=["http://api.twitter.com/1/statuses/user_timeline.json?screen_name=",twitterName,"&count=",tweetCount,"&page=",pageCount,"&include_rts=1&include_entities=true&exclude_replies=true&callback=",twitterCallback].join(""),linkify=function(a){return a&&(a=a.replace(/((https?\:\/\/)|(www\.))(\S+)(\w{2,4})(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/gi,function(a){var b=a;return b.match("^https?://")||(b="http://"+full_url),'<a href="'+b+'" rel="nofollow">'+a+"</a>"})),a},days={Mon:"Monday",Tue:"Tuesday",Wed:"Wednesday",Thu:"Thursday",Fri:"Friday",Sat:"Saturday",Sun:"Sunday"},formatDateTime=function(a){var b=a.split(" "),c=[days[b[0]],b[2],b[1],b[5]].join(" ");return c},constructTweet=function(a){var b="<p>"+linkify(a.text)+" <small>"+'<a href="http://twitter.com/'+a.user.name+"/status/"+a.id_str+'" title="read on twitter" target="_blank">'+formatDateTime(a.created_at)+"</a>"+"</small></p>";return b},showTweets=function(a){if(!a){console.log("no tweets to show!");return}var b=document.getElementById("tweets"),c=document.createElement("ul");c.id="tweetlist";for(var d=0,e=a.length;d<e;d++){var f=document.createElement("li");f.className+="tweet",f.innerHTML=constructTweet(a[d]),c.appendChild(f)}b.innerHTML="",b.appendChild(c),console.log("loaded tweets");return},loadTweets=function(){var a=document.createElement("script");a.src=twitterURL,document.body.appendChild(a),console.log("getting tweets from twitter");return};window.setTimeout(function(){console.log("linkifying email addresses"),linkifyEmails(),console.log("tweets loading..."),loadTweets()},1);
