function load_animations(){if(!$.browser.msie){$("#header_images").css({height:"360px",opacity:"0"});$("#aside2").css({height:"450px",opacity:"0"});$("#overlay_bg").css({height:"360px"});$("#header_controls_left").animate({opacity:"1"});$("#header_controls_right").animate({opacity:"1"});$("#header_images").stop().animate({opacity:"1"},400,"easeOutQuad");$("#header_images > .header_image:first-child").stop().animate({opacity:"1"},400,"easeOutQuad");$("#aside2").stop().animate({opacity:"1"},400,"easeOutQuad")}else{$("#header_images").css({height:"360px"});$("#aside2").css({height:"450px"});$("#overlay_bg").css({height:"360px"});$("#header_images .header_image").stop().animate({opacity:"0"},0);$("#header_images .header_image:first-child").stop().animate({opacity:"1"},0)}var e=$("#header_images > .header_image").size();var b=1;var a=$(".header_image").attr("color");$("#aside2").css({"background-image":"none","background-color":a});$("#overlay_bg").click(function(i){var h=$("#header_images > img:nth-child("+b+")").attr("target");if(h=="_blank"){window.open($("#header_images > img:nth-child("+b+")").attr("link"))}else{window.location=($("#header_images > img:nth-child("+b+")").attr("link"))}});document.onkeyup=d;function d(h){if(h.keyCode==37){c("left",0);clearInterval(f)}if(h.keyCode==39){c("right",0);clearInterval(f)}}function c(h,i){if(!$.browser.msie){$("#header_images > .header_image:nth-child("+b+")").stop().animate({opacity:"0",marginLeft:"-100px",marginTop:"-50px",width:"1210px",height:"590px"},250,"easeInQuad",function(){$(this).css({marginLeft:"0px",marginTop:"0px",width:"738px",height:"360px"});if(h=="logo"){b=i}if(h=="left"){b--}if(h=="right"){b++}if(b>e){b=1}if(b<1){b=e}var j=$("#header_images > .header_image:nth-child("+b+")").attr("color");$("#aside2").css({backgroundColor:j});$("#header_images > .header_image:nth-child("+b+")").css({marginLeft:"100px",marginTop:"50px",width:"760px",height:"340px"});$("#header_images > .header_image:nth-child("+b+")").stop().animate({opacity:"1",marginLeft:"0",marginTop:"0",width:"738px",height:"360px"},250,"easeOutQuad")})}else{$("#header_images > .header_image:nth-child("+b+")").stop().animate({opacity:"0"},150,"easeInQuad",function(){if(h=="logo"){b=i}if(h=="left"){b--}if(h=="right"){b++}if(b>e){b=1}if(b<1){b=e}var j=$("#header_images > .header_image:nth-child("+b+")").attr("color");$("#aside2").css({backgroundColor:j});$("#header_images > .header_image:nth-child("+b+")").stop().animate({opacity:"1"},150,"easeInQuad")})}}var f=setInterval(g,6000);function g(){c("right",0)}};
