
$(function(){$('#compare-control').find('a').bind('click',function(){$(this).siblings('input:not(:checked)').click();}).end().find('input').bind('click',function(){$('#compare-output tbody tr').eq(this.value).toggle();}).filter(':checked').each(function(){$(this).attr('checked','');$('#compare-output tbody tr').eq(this.value).hide();}).end().filter(function(){return this.value<5;}).click();});
