jQuery(document).ready(function(){jQuery(".window-shade").prepend(jQuery("<div/>").addClass("warning").html("Warning, the following photo may be offensive to some viewers.  Click to view."));jQuery(".window-shade").toggle(function(){jQuery(this).find(".warning").hide();jQuery(this).find("img").css("visibility","visible")},function(){jQuery(this).find(".warning").show();jQuery(this).find("img").css("visibility","hidden")})});
