function cambiar(u,imagen) {
	parent.document.titulo.src = 'images/titulos/'+imagen+'.jpg';
	parent.secciones.document.location.href = u;
}