function reload(){$('#loader').fadeIn('slow');$.post('/update/',{'timestamp':timestamp,'hashtag':$('input[type="text"]').val()},function(data){$('#loader').fadeOut('slow');if(data){$('#output').prepend(data);$('.updated').fadeOut().fadeIn().fadeOut().fadeIn().fadeOut().fadeIn();$('.updated>p').each(function(){$(this).attr('title',$(this).parent().find('img').attr('alt'));$(this).click(function(){document.location.href=$(this).parent().find('a').attr('href');return false;});});$('.updated>div').hover(function(){$(this).children('p').show();},function(){$(this).children('p').hide();});$('.updated').removeClass('updated');timestamp=/<!-- (\d*) -->/.exec(data)[1];}setTimeout(reload,9000);});};$(function(){setTimeout(reload,9000);$('form').submit(function(){$(this).attr('action','/'+$('input[type="text"]').val()+'/');});$('.item>p').each(function(){$(this).attr('title',$(this).parent().find('img').attr('alt'));$(this).click(function(){document.location.href=$(this).parent().find('a').attr('href');return false;});});$('.item>div').hover(function(){$(this).children('p').show();},function(){$(this).children('p').hide();});$.ajax({type:'GET',url:'http://www.google-analytics.com/ga.js',success:function(){var pageTracker=_gat._getTracker('UA-1179069-25');pageTracker._trackPageview();},dataType:'script',cache:true});});