/* if js enable, the css will be loaded */
var style = '\
<style type="text/css">\
	#content .gallery-holder-list li img{display:none;}\
	#post-list div.entry img{display:none;}\
</style>';
$('head').append(style);
