function setCorredor(e, i, t) {
	if (!!e) { StopEvent(e); }
	oCookie.set('corredor', i);
	document.location.href = t;
}

