(function($){$(document).ready(function(){if(window.tb_init){$(".gallery").each(function(){var gal=this;$(this).find("a").each(function(){this.rel=gal.id;});tb_init("#"+this.id+" a");});};$('a[rel=external]').attr('target','_blank');});})(jQuery);function headerTweet(twitters){if(!twitters||!twitters.length)return;var statusHTML=[];var tweet=twitters[0];var username=tweet.user.screen_name;var status=tweet.text.replace(/((https?|s?ftp|ssh)\:\/\/[^"\s\<\>]*[^.,;'">\:\s\<\>\)\]\!])/g,function(url){return'<a href="'+url+'">'+url+'</a>';}).replace(/\B@([_a-z0-9]+)/ig,function(reply){return reply.charAt(0)+'<a href="http://twitter.com/'+reply.substring(1)+'">'+reply.substring(1)+'</a>';});document.getElementById('header_tweet').innerHTML=status;}
