			if (DetectFlashVer(9,0,0)) {

				AC_FL_RunContent(

					'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',

					'width', '1000',

					'height', '100',

					'src', 'img/flashome',

					'quality', 'high',

					'pluginspage', 'http://www.adobe.com/go/getflashplayer',

					'align', 'middle',

					'play', 'true',

					'loop', 'false',

					'scale', 'showall',

					'wmode', 'transparent',

					'devicefont', 'false',

					'id', '1',

					'bgcolor', '#ffffff',

					'name', '1',

					'menu', 'true',

					'allowFullScreen', 'false',

					'allowScriptAccess','sameDomain',

					'movie', 'img/flashome',

					'salign', ''

					); //end AC code

			}

			else {  // flash is too old or we can't detect the plugin

					var alternateContent = 'This content requires the Adobe Flash Player. '

					+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';

					document.write(alternateContent);  // insert non-flash content

				}