/**
 * @author txemi
 */
function GestorEventos()
{
	SetTitulos();
}

function SetTitulos()
{
	document.getElementById("sitename").innerHTML = "ARFE's Website under construction";
	document.getElementById("slogan").innerHTML = "While we build our Website, you can see our catalogue\r\n"
		+ ". Excuse the inconvenience it may cause you.";
			
}


