jQuery.noConflict();
jQuery(document).ready(function($) {
	$(document).ready(function(){

    $("#bubbleUp ul#menu li img").bubbleup({tooltip: true});

});
});
