jQuery(document).ready(function(){
/* 
  if (jQuery(".adsense").size()*2 == jQuery(".adsense *").size()) {
   jQuery(".adsense").html('');
   jQuery(".media-mirror-ul").html('');
   jQuery(".adsense").after("<div class='adblock'>Your Advertising Blocker has removed this content. Please don't use it on this site to access to this content.</div>");
   jQuery(".media-mirror-ul").before("<div class='adblock'>Your Advertising Blocker has removed this content. Please don't use it on this site to access to this content.</div>");
 }else{
   jQuery(".media-mirror-ul").css("display","block");
 }
 */
   jQuery(".media-mirror-ul").css("display","block");
});
