jQuery(document).ready(function(){
	jQuery(".rowTable tr:odd").addClass("rowbg");
});