$(document).ready(function(){
   $("img[align='left']").css({'float':'left'});
   $("img[align='right']").css({'float':'right'});
});

