$(document).ready(function() 
{
	$('.infoImg').each(function(){
	
		$(this).replaceWith();
	});
});
