function deletePlayer(c,d,a){swfobject.removeSWF(a);var b=document.getElementById(c);if(b){b.innerHTML="<div id="+d+"></div>"}}function createPlayer(a,c,g,i,e,h){var b={file:g,type:i,autostart:h,skin:"flash/danmasq_skin.swf",bufferlength:10,volume:70};var d={allowfullscreen:"true",allowscriptaccess:"always",wmode:"transparent"};var f={id:c,name:c};swfobject.embedSWF("flash/base.swf",a,"520",e,"9.0.115","flash/expressInstall.swf",b,d,f)}function initPlayer(d,e,b,a,c){deletePlayer("player_wrapper",d,d);createPlayer(d,d,e,b,a,c)}$(document).ready(function(){$("#topnav li a").prepend("<span>").append("</span>").each(function(){var a=$("span",this).css("opacity",0);$(this).hover(function(){a.stop().fadeTo(350,0.5)},function(){a.stop().fadeTo(500,0)})});$("#taglines .contact a").hover(function(){$(this).animate({paddingLeft:"28px"},70)},function(){$(this).animate({paddingLeft:"22px"},100)});$("#mainright .audio a, #mainright .video a, #back_to_top").click(function(){$("html,body").animate({scrollTop:0},"12500")});$("#contactform").validate();$("input:first").focus()});