 $(document).ready(function()
 {
	$(".search_data").find("tbody tr:lt(3)").addClass("data_top");
 });
