// JavaScript Document
/*<![CDATA[*/
				<!--
					var hasRightVersion = DetectFlashVer(8, 0, 0);
					if (hasRightVersion) {  // if we've detected an acceptable version
						AC_FL_RunContent(
							"movie", "http://www.rct-centenaire.com/uploads/tx_rlmpflashdetection/300x250",
							"width", "300",
							"height", "250",
							"loop", "false",
							"quality", "high",
							"menu", "false",
							"base", "http://www.rct-centenaire.com/",
							"allowScriptAccess","sameDomain",
							"type", "application/x-shockwave-flash",
							"codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab",
							"pluginspage", "http://www.adobe.com/go/getflashplayer"
						);
					} else {  // flash is too old or we can't detect the plugin
						var alternateContent = '<a href="http://www.rct-centenaire.com" target="_top" ><img src="http://http://www.rct-centenaire.com/fileadmin/flash/promo/300x250.gif" width="300" height="250" border="0" alt="Visitez le site du Centenaire du RCT" title="Visitez le site du Centenaire du RCT" /><\/a>';
						document.write(alternateContent);  // insert non-flash content
					}
				// -->
					/*]]>*/