$(document).ready(function(){
	tables();
	$('.partner').cycle('fade');
})
function tables(){
	$('table tr:first').addClass('tabletop');
	$('table tr:odd').addClass('odd');	
}
