﻿function getFlashVersion() {
	var ver=0;
	if (navigator.appVersion.indexOf("MSIE") != -1) {
		try {
			var objAx=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
			ver=objAx.GetVariable("$version");
			ver=parseInt(ver.substring(ver.indexOf('WIN')+4));
		} catch(e){}
	} else {
		if (navigator.plugins && navigator.plugins.length) {
			var x = navigator.plugins["Shockwave Flash"];
			if (x && x.description)
				ver = x.description.charAt(x.description.indexOf('.')-1);
		}
	}
	return ver;
}


var locacion = location.href.split('/');
if (locacion[locacion.length-1].indexOf('.')!=-1) locacion = location.href.replace(locacion[locacion.length-1], "");
else locacion = location.href;
document.write('<OBJECT STYLE="width:100%;height:100%;z-index:1;" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"><PARAM NAME=movie VALUE="home.swf"><PARAM NAME=quality VALUE=high><PARAM NAME="LOOP" VALUE="false"><PARAM NAME="wmode" VALUE="transparent"><PARAM NAME=SCALE VALUE=NOSCALE><PARAM NAME=SALIGN VALUE=TL><PARAM NAME=MENU VALUE=FALSE><EMBED STYLE="width:100%;height:100%;z-index:1;" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" src="'+locacion+'home.swf" quality=high LOOP="false" wmode="transparent" SCALE=NOSCALE SALIGN=TL MENU=FALSE></EMBED></OBJECT>');
document.close();
