if(!window.Msn)window.Msn={};Msn.Flash=new function(){var me=this,flv=null,d=document,w=window;this.Version=function(){return this.flVer()};this.Build=function(target,version,objAttr,objParams){if(this.VersionIsValid(this.flVer(),version.split(","))){var $t=d.getElementById(target),_t=' type="application/x-shockwave-flash" ',html=new Array("<object"+_t),embd=new Array("<embed"+_t);for(var a in objAttr){html.push(a+'="'+objAttr[a]+'" ');embd.push(a+'="'+objAttr[a]+'" ')}html.push(">");for(var p in objParams){html.push('<param name="'+p+'" value="'+objParams[p]+'"/>');if(p=="movie")embd.push("src "+'="'+objParams[p]+'" ');else embd.push(p+'="'+objParams[p]+'" ')}embd.push("/>");html.push(embd.join(""));html.push("</object>");if($t)$t.innerHTML=html.join("");else d.write(html.join(""));d.write("<script>try{ "+objAttr.id+" = document.getElementById('"+objAttr.id+"');} catch(e) {} </script>")}else if(arguments[4])window.location.href=arguments[4];else window.location.href="requirements.aspx"};this.flVer=function(){var PlayerVersion=[];if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description)PlayerVersion=x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split(".")}else if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1,counter=3;while(axo)try{counter++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+counter);PlayerVersion=[counter,0,0]}catch(e){axo=null}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");PlayerVersion=[6,0,21];axo.AllowScriptAccess="always"}catch(e){if(PlayerVersion[0]==6)return PlayerVersion}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(e){}}if(axo!=null)PlayerVersion=axo.GetVariable("$version").split(" ")[1].split(",")}return PlayerVersion};this.VersionIsValid=function(iv,fv){for(var i=0;i<3;i++){iv[i]=$D(iv[i],0);fv[i]=$D(fv[i],0);iv[i]=parseInt(iv[i]);fv[i]=parseInt(fv[i])}if(iv[0]!=fv[0])return iv[0]>fv[0];else if(iv[1]!=fv[1])return iv[1]>fv[1];else if(iv[2]!=fv[2])return iv[2]>fv[2];return true};return this};function $D(c,d){return !c||typeof c=="undefined"||c==null?d:c}