$(function() {
	if ($.browser.msie) {
		$(".timetable td:first-child,#coaches-list li:first-child,#coaches-list li:first-child,.p-membership tr td:first-child").addClass("first");
	}
	$(".p-links  tr:odd").addClass("odd");
	$(".p-links  tr:even").addClass("even");

});
