		var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
		if (hasReqestedVersion) {
			AC_FL_RunContent(
						"src", "swf/animacion_home",
						"width", "768",
						"height", "253",
						"id", "animacion_home",
						"quality", "high",
						"bgcolor", "#000000",
						"name", "animacion_home",
						"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 {
							var alternateContent = '<img src="imagenes/banner_home.jpg" alt="" width="768" height="253" border="0">';
							document.write(alternateContent);
						}