$(document).ready(function() {
	$(".link-file").attr('target', '_blank');
	$(".rowChange tbody tr:nth-child(odd)").addClass("odd");
});