$(document).ready(main);

function main() {	
	$('#calendarTable tr:even').css('background-color','#dddddd');
}
