jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("#body_item img").attr('alt', document.title);
});