$(document).ready(function(){
	$("a.thickbox").fancybox({ overlayShow: true });
});

$(document).ready(function() {
	$('ul.games-list,ul.rowlisting').each(function(elem) {
		if ($.trim($(this).html()) == '') {
			$(this).remove();
		}
	});
	if ($('.all-game-pages ul').length > 1) {
		$('.all-game-pages').pager('ul');
	}
	if ($('.all-pastgame-pages ul').length > 1) {
		$('.all-pastgame-pages').pager('ul');
	}
});