﻿$(function(){$('#top').find('a').click(function(){$('html,body').animate({scrollTop:0});return false;});var headerHeight=$('header').css('height');if(headerHeight==='45px'){$('#home').animate({opacity:1},900,function(){$(this).removeAttr('style')});var stxt=$('#stxt');stxt.focusin(function(){$(this).animate({width:180},300);});stxt.focusout(function(){$(this).animate({width:100},300);});}
$('p.footnote').filter(':first').css({'border-top-width':'1px','border-top-style':'solid','border-top-color':'#ccc','padding-top':'15px'});});(function(win){var doc=win.document;if(!location.hash&&win.addEventListener){window.scrollTo(0,1);var scrollTop=1,getScrollTop=function(){return win.pageYOffset||doc.compatMode==="CSS1Compat"&&doc.documentElement.scrollTop||doc.body.scrollTop||0;},bodycheck=setInterval(function(){if(doc.body){clearInterval(bodycheck);scrollTop=getScrollTop();win.scrollTo(0,scrollTop===1?0:1);}},15);win.addEventListener("load",function(){setTimeout(function(){if(getScrollTop()<20){win.scrollTo(0,scrollTop===1?0:1);}},0);});}})(this);
