$(document).ready(function(){
	$(".user_image").tooltip({
		delay: 0, 
	 	showURL: false,
		fade: 150
	});
	
	//if (cookieEnabled && document.cookie != "PHPSESSID=undefined") {//if cookies are enabled on client's browser
		//$('#session_id').val("xxx");
		/* alert(1); */
	//}
});
