// JavaScript Document

$(document).ready(function() {
		$("#table1 tr:odd td").css("background-color", "#EEE" );
						   });
