$(document).ready(function(){ var osmgps = $(".osmgps"); osmgps.each(function(){$(this).css('display','none');}); location.href="#menu"; var t,o,a,i=$("#nav") i.append("
  • ") var e=$("#magic-line"),f=$("#nav .active").offset()?$("#nav .active"):$("#nav #static-home") e.width(f.width()).height(f.height()).css("left",f.offset().left).css("top",f.offset().top).css("background-color",f.attr("data-color")).data("origLeft",e.offset().left).data("origTop",e.offset().top).data("origWidth",e.width()).data("origHeight",e.height()).data("origBgcolor",f.attr("data-color")),$(window).resize(function(){e.stop().animate({left:f.offset().left,top:f.offset().top}),e.data("origLeft",f.offset().left).data("origTop",f.offset().top)}),$("#nav").find("li").hover(function(){var i="#"+Math.floor(123456789*Math.random()).toString(16) t=$(this),o=t.offset().left,topPos=t.offset().top,a=t.width(),newHeight=t.height(),e.stop().animate({backgroundColor:i,left:o,top:topPos,width:a,Height:newHeight}),$(".sub-menu").css("background-color",i)},function(){e.stop().animate({backgroundColor:e.data("origBgcolor"),left:e.data("origLeft"),top:e.data("origTop"),width:e.data("origWidth"),height:e.data("origHeight")})})});