$(function () { $("a[href^='#']").click(function (evt) { if (!$(this).closest('p').hasClass('pageControl')) { var anchortarget = $(this).attr("href"); $(anchortarget).attr("tabindex", -1).focus(); setTimeout(function () { $(anchortarget).removeAttr("tabindex"); }, 10) } }); if (window.location.hash) { $(window.location.hash).attr("tabindex", -1).focus(); } $("#skip a").bind("focus",function(){ $("#skip a").removeClass("on"); $(this).addClass("on"); }) $("#skip a").bind("blur",function(){ $("#skip a").removeClass("on"); }) var $mainBox = $('div.mainBox') ; var $middleCont = $mainBox.find('> div.middleCont') ; var $footBox = $mainBox.find('> div.footBox') ; var $slideBox = $middleCont.find('div.slideBox') ; var $browser = $(window) ; winHalfWidth = ($browser.width() - $mainBox.width()) / 2 ; var $naviBox ; var $naviWrapBox ; var $movingBox ; function browserSet () { if ( $mainBox.find('div.bgSet').length == 0 ) { $naviBox = $('ul.naviBox') ; $naviWrapBox = $('