$(document).ready(function() {
	$('table tbody tr').hover(function(){$(this).addClass('uzerineGelince')},function(){$(this).removeClass('uzerineGelince')});
});


