// JavaScript Document
$(document).ready(function(){
	$('#supporttable tbody tr:odd').addClass('alt')
});
