jQuery(document).ready(function() {
  // All pages
  jQuery('div.tagFlash p').hide();

  // tags.html: Modify tag flash size for the tags page
  jQuery('div.content-inner object').attr('height', 600);
  jQuery('div.content-inner object').attr('width', 600);
  jQuery('body.dc-tags #sidebar div.tagFlash ').hide();
});
