var c_name = 'UserNameCaeu';
var GUI = 'GUI';
if (document.cookie.length > 0)
{
    begGUI = document.cookie.indexOf(GUI + "=");
	begin = document.cookie.indexOf(c_name + "=");
	if (begin != -1)
	{
	    begGUI = begGUI + GUI.length + 1; 
	    endGUI = document.cookie.indexOf(";", begGUI);
		begin = begin + c_name.length + 1; 
		end = document.cookie.indexOf(";", begin);
		if (end == -1) end = document.cookie.length;
		//document.write('Hola: <a class=whitelink href=http://servicios.eluniverso.com/registroUser/Default.aspx?Action=Modificar>' + document.cookie.substring(begin, end) + '</a> | <a class=whitelink href=javascript:EliminarCookie()> Salir</a>');
		document.write('<li class="Reg">Hola: <a href=http://servicios2.eluniverso.com/registroUser/Default.aspx?Action=Modificar&GUI=' + document.cookie.substring(begGUI, endGUI) + ' title="Modificar datos"><strong>' + document.cookie.substring(begin, end) + '</strong></a><span>|</span></li><li><a href=javascript:EliminarCookie() title="Salir">Salir</a></li>');
	}
	else
	{
		//document.write('<a class=whitelink href=http://servicios2.eluniverso.com/registroUser/Default.aspx>Entra</a> | <a class=whitelink href=http://www.eluniverso.com/servicios/registroUser/Default.aspx?Action=Register>Registrese</a>')
		document.write('<li class="Reg"><a href=http://servicios2.eluniverso.com/registroUser/Default.aspx title="Ingresar">Ingresar</a><span>|</span></li><li><a href=http://servicios2.eluniverso.com/registroUser/Default.aspx?Action=Register title="Registrarse">Registrarse</a></li>');
	}
}

function EliminarCookie()	
{
	document.cookie = 'UserNameCaeu' + "=" + ";domain=.eluniverso.com;expires=Thu, 01-Jan-1970 00:00:01 GMT";
	document.location.href = "http://www.eluniverso.com";
}



                
			
				
					













