$(function(){
	$('.button').button();
	
	$('table tbody tr:nth-child(2n)').addClass('even');
});
