$(document).ready(function(){
// table striping
	$("table.table_striped tr:even:not('.exclude')").addClass ("bgnd");


});