$(document).ready(function(){$('.etable TBODY TR').each(function(){$(this).children().eq(1).addClass('tdThumb').css('text-align','center');});$('.etable').each(function(){loadMore($(this));});$('.etable TFOOT').find('[id^="pNext"]').click(function(){loadMore($(this).closest('table'));});function loadMore($table){$table.find('IMG:not([src])').slice(0,11).each(function(){$(this).attr('src',$(this).attr('alt'));});}});;$(document).ready(function(){var size=300;while($('#logo').width()>400){size=size*.95;$('#logo').css('font-size',size+'%');if(size<10){break;}}
var totalHdrWidth=$('#site-title').width();var unusableHdrWidth=$('#logoImg').width()+$('#logo').width();var extraWidth=totalHdrWidth-unusableHdrWidth-35;var $hd=$('#header .headline');size=140;while($hd.width()>extraWidth){size=size*.95;$hd.css('font-size',size+'%');if(size<10){break;}}});
