try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
$(document).ready(function() {
      $("#ajt_content img").each(function(){
	 		if($(this).attr("align") == "middle"){
				$(this).css("border","1px solid #a2c460");
				$(this).css("float","right");
				$(this).css("margin","0px 0px 5px 5px");
			}
      });  

});
