$(function() {
   $('#left_column img').removeAttr('width').removeAttr('height').each(function() {
		$(this).wrap('<a>').parent().attr('href', $(this).attr('src') ).fancybox();
	});
});
