// JavaScript Document

$(document).ready(function(){

	// profile tooltip
	$("div.profile2pic a").tooltip({ 
	    bodyHandler: function() { 
	       return $(this).find('img').attr('alt').replace(/---/g,'<br />'); 
	    },
	    showURL: false
	});
		
// Close jquery
});

