<!--
var _rsCI = "es-mapfre";
var _rsCG = "";
var _rsDT = 0;	// to turn on whether to get the document title, 1=on
var _rsDU = 1;	// to turn on or off the applet, 1=on
var _rsDO = 0;	// to turn on debug output to the console, 1=on, only works if _rsDU=1
var _rsX6 = 0;	// to force use of applet with XP and IE6, 1=on, only works if _rsDU=1

var _rsSI = escape(window.location);

	//ˇOJOOOOOOO!
	//concatenamos a la url el código de area en la que nos encontramos
	var codArea = document.forms['formPerdidaSesion'].codigo_area.value;
		
	if (_rsSI.indexOf(escape("?"))== -1) //buscamos el ?
		_rsSI = _rsSI + escape('?codigo_area='+codArea);
	else	
		_rsSI = _rsSI + escape('&codigo_area='+codArea);

var _rsLP = location.protocol.indexOf("https") > -1 ? "https:" : "http:";
var _rsRP = escape(document.referrer);
var _rsND = _rsLP + '//secure-uk.imrworldwide.com/';

if (parseInt(navigator.appVersion) >= 4) {
	var _rsRD = (new Date()).getTime();
	var _rsSE = 0;	// to turn on surveys, 1=on
	var _rsSV = "";	// survey name, leave empty
	var _rsSM = 0;	// maximum survey rate, 1.0=100%
	
	_rsCL = "<script language=\"JavaScript\" type=\"text/javascript\" src=\"" + _rsND + "v51.js\"><\/script>";
} else {
	_rsCL = "<img src=\"" + _rsND + "cgi-bin/m?ci=" + _rsCI + "&cg=" +_rsCG + "&si=" + _rsSI + "&rp=" + _rsRP + "\">";
}

document.write(_rsCL);

function muestraparametros(){
	alert(_rsCG);
}
//-->
