$(function() {

	$("#content").corner("15px");
	$("#rule-book").corner("15px");
	$("#side-links").corner("15px");


	$('table.striped tbody tr:not([th]):odd').addClass('odd');
	$('table.striped tbody tr:not([th]):even').addClass('even');

});