﻿﻿
$(document).ready(function(){

$('#clientSpaceWrapper a').tooltip({
	track:true,
	delay:0,
	showURL:false,
	showBody:" - ",
	fade:250
	});
	return false;
});

