 $.noConflict();

  jQuery(document).ready(function() {
	jQuery('img').each(function(){
	   jQuery(this).attr('title',jQuery(this).attr('alt'));
	});

});
