document.write('<div id="splash style="left: -34px; top: -46px; position:absolute">');
<!--
if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '990',
			'height', '522',
			'src', rootFlashLocation + 'Site/flash/master',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'master',
			'bgcolor', '#000000',
			'name', 'master',
			'base', rootFlashLocation + "Site/flash/",
			'menu', 'false',
			'allowScriptAccess','always',
			'allowFullScreen','false',
			'flashVars', 'playMusic=' + playMusic + "&localSkip=" + maxIntroViews,
			'movie', rootFlashLocation + 'Site/flash/master',
			'salign', ''
			); //end AC code	
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '<div class="alternate_flash "><br /><br />'
			+ 'Welcome to <p><img src="../Site/logo/logo.png" alt="logo"/></p><br />'
			+ 'This website is best viewed with the Flash Player Plugin.<br /><br />'
			+ '<a href=http://www.macromedia.com/go/getflash/>Click here to Get Flash!</a><br /><br />'
			+ 'Or scroll down the page to enter our website.</div>';
		document.write(alternateContent);  // insert non-flash content
	}
}
// -->

document.write('<div id="logo" style="text-align:left; position:absolute; left:78px; top:103px;">');
document.write('<img src="../Site/logo/logo2.png" alt="logo" /></div>');

