function setRollover() {
	$('#tournaments tr').hover(function(){
		$(this).find('td').addClass('over');
	},function() {
		$(this).find('td').removeClass('over');
	});
}
$(document).ready(function(){var height=$('.container').css('height');$('#right').css('height',height);$('#leftNav').css('height',height);$('#bonus_info').hide();$('a[rel*=facebox]').facebox();});