// JavaScript Document

$(document).ready(function() {
$("#content tr:even").css("background-color","#F4F4F4");
});

