if (self != top) top.location.href=self.location.href;
$(document).ready(function() {
	$('.menu a, .tooltip').tooltip({track: true, delay: 400, showURL: false, showBody: " - ", fade: 250,top: -50 });
});
