function AlternateRowColour() {
	$(document).ready(function() {
		$(".ShowtimesTbl tr:even").addClass("alt");
	});
}
