function titulo()
{
	document.title = empresa + texto;
	texto = texto.substring(1, texto.length) + texto.charAt(0);
	refresco = setTimeout("titulo()", espera);
}