<!--
FlashMode = 0;
winFlash5=0;
winFlash6=0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
	if (navigator.plugins && navigator.plugins["Shockwave Flash"] && (versionIndex = navigator.plugins["Shockwave Flash"].description.indexOf("."))!= - 1) {
		var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1, versionIndex);
		versionIndex = parseInt( versionString );
		if ( versionIndex >= 5 ) {
			FlashMode = 1;
		}
	}
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows")>=0)) {  
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('winFlash5 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
	document.write('winFlash6 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
	document.write('</SCR'+'IPT\> \n');
}

if ( FlashMode) {  
	//document.write("Flash version "+versionString+" appears to be installed.");
	   	document.write('<CENTER><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab" ID=sfmy WIDTH=880 HEIGHT=90> <PARAM NAME=movie  VALUE="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf">')
		document.write('<param name=quality value=best><PARAM NAME=loop VALUE=false><PARAM NAME=bgcolor VALUE=#F2F5E0>')
		document.write('<EMBED src="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf" quality=best bgcolor=#F2F5E0 WIDTH=880 HEIGHT=90 loop=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">')
		document.write('</embed></object></center>')
} else if (winFlash6) {
//	document.write("Flash version 6 appears to be installed.");
   		document.write('<CENTER><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab" ID=sfmy WIDTH=880 HEIGHT=90> <PARAM NAME=movie  VALUE="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf">')
		document.write('<param name=quality value=best><PARAM NAME=loop VALUE=false><PARAM NAME=bgcolor VALUE=#F2F5E0>')
		document.write('<EMBED src="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf" quality=best bgcolor=#F2F5E0 WIDTH=880 HEIGHT=90 loop=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">')
		document.write('</embed></object></center>')
} else if (winFlash5) {
	//document.write("Flash version 5 appears to be installed.");
	  	document.write('<CENTER><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab" ID=sfmy WIDTH=WIDTH=880 HEIGHT=90> <PARAM NAME=movie  VALUE="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf">')
		document.write('<param name=quality value=best><PARAM NAME=loop VALUE=false><PARAM NAME=bgcolor VALUE=#F2F5E0>')
		document.write('<EMBED src="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.swf/$file/SFMYHomePage.swf" quality=best bgcolor=#F2F5E0 WIDTH=880 HEIGHT=90 loop=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">')
		document.write('</embed></object></center>')
} else {
	//document.write("Flash doesn't appear to be installed.");
	 document.write(
      '<img src="/internet/home/stfrancismaryville.nsf/graphics/SFMYHomePage.html/$file/SFMYHomePage.html"><BR><a href="http://www.macromedia.com/go/getflashplayer/">' +
      '<img src="/internet/home/stmaryhc.nsf/graphics/get_flash_player.gif/$FILE/get_flash_player.gif" width="88" height="31" border="0" alt="Download Flash"></a>'
	  )
} 
//-->