
$(document).ready(function(){$('.flash-message > div').each(function(){$.achtung({message:$(this).html(),timeout:5});}).css('display','none');if($('.flash-message-popup').length==1){$.fancybox($('.flash-message-popup').html(),{'autoDimensions':false,'width':500,'height':'auto','transitionIn':'none','transitionOut':'none',hideOnOverlayClick:false});}
$('.tags .showme').click(function(){var t=$('.tags.view_tags').parent();var e=$('.tags.view_exif').parent();$('.tags .showme').css('color',null);$('.tags.delimiter').hide();if($(this).attr('rel')=='tags'){if(t.is('.visible')){t.hide().removeClass('visible');}else{e.hide().removeClass('visible');t.show().addClass('visible');$('.tags .showme').not(this).css('color','gray');if($('a',t).length>0)$('.tags.delimiter').css('display','table-cell');}}else if($(this).attr('rel')=='exif'){if(e.is('.visible')){e.hide().removeClass('visible');}else{t.hide().removeClass('visible');e.show().addClass('visible');$('.tags .showme').not(this).css('color','gray');if($('a',e).length>0)$('.tags.delimiter').css('display','table-cell');}}
return false;});$('.list-img').prui_photo_title();});
