<!--

// Load Flash animation

var contentVersion = 3;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var PluginVersion = words[i]; 
	    }
	var FlashCanPlay = PluginVersion >= contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( FlashCanPlay ) {
	document.write('    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0"');
	document.write('    width="745" height="410" align="center">');
	document.write('      <param name="movie" value="images/master_splash.swf">');
	document.write('      <param name="loop" value="true">');
	document.write('      <param name="menu" value="false">');
	document.write('      <param name="quality" value="high">');
	document.write('      <param name="bgcolor" value="#000000"><embed src="images/master_splash.swf" loop="true" menu="false" quality="high" type="application/x-shockwave-flash" width="745" height="410"');
	document.write('       pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash">');
	document.write('    </object>');
} else{
	document.write('<meta HTTP-EQUIV="Refresh" content="0; URL=welcome.asp">');
}

// -->