$(function () {
	$('tbody').each(function () {$('tr:odd', this).addClass('alt');});
	// IE fixes
	if ($.browser.msie && $.browser.version == '6.0') {
		DD_belatedPNG.fix('.CM_pngFix');
	}
});
