codice:
	
			return	'<img class="bbCodeImage" style="max-width:'
					+maxWidth
					+'px; max-height:'
					+maxHeight
					+'px;" src="'
					+url
					+'" alt="" onload="ajaxChat.updateChatlistView();"/>';
ciao