$(document).ready(function(){

	// template 2 > image left clear
	$("#content_full .image_left_template img").each(function(){
		$(this).prependTo($(this).parents('div.image_left_template')).removeAttr('align').wrap('<div class="leftFloatImg"></div>');
	});


});






