// JavaScript Document
/*$(function() {
  $("#orta a.ilgiliLink").tooltip({
	track: true,
	delay: 0,
	showURL: false,
	opacity: 1,
	fixPNG: true,
	top: -15,
	left: 5,
	bodyHandler: function() {
		return $(this).next('.ilgiliBilgi').html();
		}
	});

  
});*/
