
$(document).ready(function() {
	  

// Function: automatically stripe alternate table rows
// Use: add the class "table" to the <table> tag
$("table.table").find("tr:even").addClass("altrow");

//close jquery
});




