<!--
	$(document).ready(function(){
	$("img[@align=left]").css("marginRight","10px");
	$("img[@align=right]").css("marginLeft","10px");
	});
//-->