<!--
	$(document).ready(function() {
		$('img').each(function(index) {
			if ($(this).attr('src') == "#") {
				$(this).css('display', 'none');	
			}					   
		});
	});
-->
