$(function(){function filterTag(tag){parent.location.hash=tag;$('.album').show().each(function(){var tags=$(this).attr('title');if(tags.indexOf(tag)==-1){$(this).hide();}});}
$('.tag').click(function(){$('.tag').css('font-weight','normal');$(this).css('font-weight','bold');filterTag($(this).attr('title'));});if(parent.location.hash!=''){$('.tag').css('font-weight','normal');$('a[title='+(parent.location.hash).replace('#','')+']').css('font-weight','bold');filterTag((parent.location.hash).replace('#',''));}})
