function showSkipLinks(){var a="#94151b";var b="white";var c="20px";var d="auto";var f="large";var g="100%";var h=document.getElementsByTagName("a");for(i=0;i<h.length;i++){bodyEl=document.getElementsByTagName("body")[0];if(h[i].className=="skip-link"){h[i].onfocus=function(e){this.style.width=g;this.style.padding="20px 0";this.style.fontSize=f;this.style.height=d;this.style.textIndent=c;this.style.backgroundColor=a;this.style.color=b}h[i].onblur=function(e){this.style.width="0";this.style.padding="0";this.style.fontSize="0px";this.style.height="0";this.style.textIndent="-30000px";this.style.backgroundColor="transparent";this.style.backgroundImage="none"}}}}function init(){showSkipLinks()}window.onload=init;