document.write('<div id="fadein">');<!-- // Detect Flash for intro animationif (hasReqestedVersion) {  // if we've detected an acceptable version	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="833" height="720" id="STG-fadein" align="middle">');	document.write('<param name="allowScriptAccess" value="sameDomain" />');	document.write('<param name="movie" value="STG-fadein.swf" />');	document.write('<param name="quality" value="high" />');	document.write('<param name="wmode" value="transparent" />');	document.write('<param name="bgcolor" value="#ececec" />');	document.write('<embed src="STG-fadein.swf" quality="high" wmode="transparent" bgcolor="#ececec" width="833" height="720" name="STG-fadein" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');	setTimeout('hidefadein()', 6500);} else {  // flash is too old or we can't detect the plugin	hidefadein();}document.write('</div>');// -->