$(function(){ 
	if($(".listing_page").length>0){
		$(".listing_page").each(function(){
			$(this).show();
		});
	}
	if($(".picture_page").length>0){
		$(".picture_page").each(function(){
			$(this).show();
		});
	}
});
