
$('document').ready(function(){
	$('tbody tr:even').addClass('altRow');
	
	$('body#home #masthead ul li:first').css('display', 'none');
});