

$(document).ready(function(){
	/* This code is executed after the DOM has been completely loaded */
		$(".nav-fixed img[title]").tooltip();
	});

$(document).ready(function(){
	/* This code is executed after the DOM has been completely loaded */
		$(".nav-fixed2 img[title]").tooltip();
	});
