$(document).ready(function(){
	$("table.prices tr:odd").addClass("alt"); // tr:even adds class to alternative lines only.
});
