$(document).ready(function() {
		$(".tiers tr:odd").addClass("stripes");
		//$("#altvids_links a:nth-child(3n)").css("margin-right","0");
});
