function usuario()
{
	usuario = "";
	barra = document.getElementById("ma_toolbar"); nclem = barra.getElementsByTagName("a");
	for(dj=0;dj<nclem.length;dj++){
	    decision = nclem[dj].getAttribute('title');
		if(decision == 'ver las opciones de usuario'){
	           usuario = nclem[dj].childNodes[1].nodeValue;
	           usuario = usuario.substr(1);
	        }
	}
	return usuario;
    }

//document.write (document.location);

if ((document.location=="http://todovoley.mforos.com/") | (document.title=="TODO VOLEIBOL - Zona Administradores"))
//if ((document.title=="TODO VOLEIBOL - Zona Administradores"))
{
	txt_usu = usuario();
	if (txt_usu == 'luciasturias'){
		document.write ("<iframe width='755' height='325' style='border:0px' src='http://chat-todo-voley.webcindario.com/ajaxchat/index.php?logout=true' ></iframe>");
	}
	else {
		document.write ("<iframe width='755' height='325' style='border:0px' src='http://chat-todo-voley.webcindario.com/ajaxchat/index.php?userName=" + txt_usu + "' ></iframe>");
	}
}