/* 
	swfobject-helpers-core.min.js
	=================================================================	
	swfobject - core helper functions

	** Developers please note **
	
	This file has been minified to save bandwidth.
	Please update the uncompressed version: swfobject-helpers-core.js,
	then recompress @ http://www.refresh-sf.com/yui/,
	using the default options 
	+ 'Minify only, no symbol obfuscation.'
	-----------------------------------------------------------------
*/

var flash_browser;function flash_check_browser_support(){var ua=navigator.userAgent.toLowerCase();this.isIE=(ua.indexOf("msie")!=-1&&!this.isOpera&&(ua.indexOf("webtv")==-1));this.isNS=((this.isGecko)?(ua.indexOf("netscape")!=-1):((ua.indexOf("mozilla")!=-1)&&!this.isOpera&&!this.isSafari&&(ua.indexOf("spoofer")==-1)&&(ua.indexOf("compatible")==-1)&&(ua.indexOf("webtv")==-1)&&(ua.indexOf("hotjava")==-1)));this.isOpera=(ua.indexOf("opera")!=-1);this.isSafari=(ua.indexOf("safari")!=-1);this.isChrome=(ua.indexOf("chrome")!=-1);this.isWin=(ua.indexOf("win")!=-1);this.isMac=(ua.indexOf("mac")!=-1);this.versionMinor=parseFloat(navigator.appVersion);if(this.isGecko&&!this.isMozilla){this.versionMinor=parseFloat(ua.substring(ua.indexOf("/",ua.indexOf("gecko/")+6)+1))}else{if(this.isMozilla){this.versionMinor=parseFloat(ua.substring(ua.indexOf("rv:")+3))}else{if(this.isIE&&this.versionMinor>=4){this.versionMinor=parseFloat(ua.substring(ua.indexOf("msie ")+5))}else{if(this.isSafari){this.versionMinor=parseFloat(ua.substring(ua.lastIndexOf("safari/")+7))}else{if(this.isOpera){this.versionMinor=parseFloat(ua.substring(ua.indexOf("opera")+6))}}}}}this.versionMajor=parseInt(this.versionMinor);if((this.isIE&&this.versionMajor<=4)||(this.isMac&&this.isIE&&this.versionMajor==5)||(this.isNS&&this.versionMajor<=4)||(this.isOpera&&(this.versionMajor<=7))||(this.isSafari&&(this.versionMajor<419))){this.supports_basicSwfobjectEmbed=false}else{this.supports_basicSwfobjectEmbed=true}}flash_browser=new flash_check_browser_support();function flash_oldBrowserWarning(container,el){if(container=="summary"){document.write("<"+el+' class="upgrade"><span class="summary-text sIFR-ignore">Please wait, Flash Player is loading..</span></'+el+">")}else{if(container=="detail"){document.write("<"+el+'><span class="detail-text">If the Flash player does not appear after 10 seconds (depending on your connection speed), then it is likely that your browser is not supported. Please upgrade to a standards compliant browser such as <a href="http://www.firefox.com/">Firefox</a> and then refresh this page. </span></'+el+">")}}}function flash_oldFlashWarning(flash_containerId){if($("#"+flash_containerId).length>0){$(".warning").find(".summary-text").empty().text("Please upgrade your Flash Player");$(".warning").find(".detail-text").empty().text("You're seeing this notice because you're using an old version of Flash Player. Please upgrade to the latest ").append($("<a/>").attr("href","http://get.adobe.com/flashplayer/").text("Flash Player")).append($("<span/>").text(" and then refresh this page. "))}}function flash_removeWarning(flash_warningContainerId,optionalParentClass){if(optionalParentClass){$("#"+flash_warningContainerId).parents("."+optionalParentClass).remove()}else{$("#"+flash_warningContainerId).remove()}}function getHTTPObject(){var xhr=false;if(window.XMLHttpRequest){xhr=new XMLHttpRequest()}else{if(window.ActiveXObject){try{xhr=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{xhr=new ActiveXObject("Microsoft.XMLHTTP")}catch(e2){xhr=false}}}}return xhr}function getLastModifiedDate(filename){var request=getHTTPObject();if(request){request.open("HEAD",filename,false);request.send(null);return new Date(request.getResponseHeader("Last-Modified"))}}function flash_cacheFix(flash_src){if(getLastModifiedDate(flash_src)){var flash_src_last_modified_date=getLastModifiedDate(flash_src).valueOf();return("?cacheFix="+flash_src_last_modified_date)}else{var randomNumber=Math.floor(Math.random()*1000000);return("?cacheFix="+randomNumber)}}function flash_createContainer(flash_reqdVersion,newContainerId,insertBeforeOrAfterTargetEl,targetElId_or_targetElParentId,targetElTagName,targetElTagIndex){if(swfobject.hasFlashPlayerVersion(flash_reqdVersion)){if($("#"+targetElId_or_targetElParentId).length<1){return}if(targetElTagName){siblingEl=$("#"+targetElId_or_targetElParentId).find(targetElTagName+":eq("+targetElTagIndex+")")}else{siblingEl=$("#"+targetElId_or_targetElParentId)}flash_container=$("<div/>").attr("id",newContainerId);switch(insertBeforeOrAfterTargetEl){case"before":$(siblingEl).before($(flash_container));break;case"after":$(siblingEl).after($(flash_container));break;case"replaceContents":$(siblingEl).empty().append(flash_container);break}return newContainerId}}function flash_advancedEmbed(flash_src,flash_containerId,flash_width,flash_height,flash_reqdVersion,flash_expressInstaller,flash_vars,flash_params,flash_attributes,flash_custom_args){if(flash_browser.supports_basicSwfobjectEmbed){switch(swfobject.hasFlashPlayerVersion(flash_reqdVersion)){case true:if(flash_src){swfobject.embedSWF((flash_src+flash_cacheFix(flash_src)),flash_containerId,flash_width,flash_height,flash_reqdVersion,flash_expressInstaller,flash_vars,flash_params,flash_attributes)}if(flash_custom_args.flash_warningContainerId){flash_removeWarning(flash_custom_args.flash_warningContainerId)}break;case false:if(flash_src&&flash_expressInstaller){swfobject.embedSWF((flash_src+flash_cacheFix(flash_src)),flash_containerId,flash_width,flash_height,flash_reqdVersion,flash_expressInstaller,flash_vars,flash_params,flash_attributes)}if(flash_custom_args.flash_warningContainerId){flash_oldFlashWarning(flash_custom_args.flash_warningContainerId)}break}}}function flash_getPlayerVersion(){var playerVersion=swfobject.getFlashPlayerVersion();if(playerVersion){return(playerVersion.major+"."+playerVersion.minor+"."+playerVersion.release)}}function eiObject(){if(navigator.appName.indexOf("Microsoft")!=-1){}else{}};