<!--
function intro() {
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' WIDTH="743" HEIGHT="400">');
	document.write(' <PARAM NAME="movie" VALUE="splash/splash.swf">');
	document.write(' <PARAM NAME="allowScriptAccess" VALUE="sameDomain">');
	document.write(' <PARAM NAME="quality" VALUE="best">');
	document.write(' <PARAM NAME="menu" VALUE="false">');
	document.write(' <PARAM NAME="scale" VALUE="noscale">');
	document.write(' <PARAM NAME="loop" VALUE="false">');
	document.write(' <PARAM NAME="bgcolor" VALUE="#004A4A">');
	document.write(' <EMBED src="splash/splash.swf" allowScriptAccess="sameDomain" quality="best"');
	document.write(' menu="false" scale="noscale" loop="false" bgcolor="#004A4A" width="743" height="400"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}
//-->