$(document).ready(function(){
$("tr:nth-child(even)").css("backgroundColor","#efefef");
})
