

//*****************************************************************************************************Ã§

function guardian(){



}


//*****************************************************************************************************Ã§

function mvisorNoticias_cambiar(fuente){

	var titulo;
	var entrada;
	var imagen;
	var enlaceA;
	var enlaceB;

	var botonA;
	var botonB;
	var botonC;
	var botonD;

	var titulo1 = 'COP 17 DURBAN La Cumbre internacional ';
	var entrada1 = 'Durban Climate Change Conference - November 2011';
	var imagen1 = 'http://www.envoinfo.com/wp-content/uploads/2011/11/un-climate-conference-cop-17-durban-logo-bg.jpg';
	var enlace1 = 'http://www.berdeak.org/static/59/de_copenhague_a_durban.php';
	var destino1 = '_self';


	var titulo2 = 'Manifiesto EQUO';
	var entrada2 = 'El pasado 4 de junio más de 30 organizaciones de todo el Estado firmaron un manifiesto conjunto. Este manifiesto es el primer paso de la confluencia de la ecología política a nivel estatal. El proyecto no ha hecho más que empezar, ¡lee el manifiesto y súbete a la ola verde!';
	var imagen2 = 'http://www.berdeak.org/images/library/Q_girasola.png';
	var enlace2 = 'http://www.berdeak.org/static/56/equo_manifestua__manifiesto_equo.php';
	var destino2 = '_self';


	var titulo3 = '¡Apúntate a la ola verde y colabora!';
	var entrada3 = 'Como sabes, el próximo mes de mayo se celebran las elecciones municipales y forales en Euskadi.  Berdeak-Verdes, miembro de la red EQUO y de la Coordinadora Verde, estará presente.   Si quieres que crezca aún más fuerte la ola verde en Euskadi y más allá, te ofrecemos varias vías de colaboración: a) Apoyar como voluntari@ durante la campaña (para acciones reivindicativas, mesas informativas, organización actos, etc.). b) Ser e-voluntari@ y participar en la campaña 2.0 (desde tu casa, tu trabajo, tu móvil, etc.)...';
	var imagen3 = 'http://www.berdeak.org/images/library/Come on2.jpg';
	var enlace3 = 'http://www.berdeak.org/noticias/98/10-03-2010/esku_bat_bota_nahi_quieres_ayudar.php';
	var destino3 = '_self';


	var titulo4 = 'Resultados elecciones municipales y forales 2011';
	var entrada4 = 'En el siguiente enlace podéis encontrar los resultados definitivos de Berdeak-Verdes en los últimos comicios municipales y forales en Euskadi.';
	var imagen4 = 'http://www.berdeak.org/images/library/Resultados%20verdes%20web.png';
	var enlace4 = 'http://www.berdeak.org/noticias/164/23-05-2011/hauteskundeetako_emaitzak__resultados_electorales.php';
	var destino4 = '_self';



	titulo = document.getElementById('metaNoticiaTitulo');
	entrada = document.getElementById('metaNoticiaCuerpo');
	imagen = document.getElementById('marcoImagenNoticia');
	enlaceA = document.getElementById('metaNoticiaEnlace1');
	enlaceB = document.getElementById('metaNoticiaEnlace2');

	botonA = document.getElementById('botonNoticiasA');
	botonB = document.getElementById('botonNoticiasB');
	botonC = document.getElementById('botonNoticiasC');
	botonD = document.getElementById('botonNoticiasD');


	if(fuente == 1){

		titulo.innerHTML = titulo1; 
		entrada.innerHTML = entrada1;
		imagen.src = imagen1;
		enlaceA.href = enlace1;
		enlaceB.href = enlace1;
		enlaceA.target = destino1;
		enlaceB.target = destino1;

		botonA.style.background = 'url(images/backgroundCabeceraSelected.png)';
		botonA.style.color = '#99511b';

		botonB.style.background = 'url(images/backgroundCabecera.png)';
		botonB.style.color = 'white';
		botonC.style.background = 'url(images/backgroundCabecera.png)';
		botonC.style.color = 'white';
		botonD.style.background = 'url(images/backgroundCabecera.png)';
		botonD.style.color = 'white';

	}

	if(fuente == 2){

		titulo.innerHTML = titulo2; 
		entrada.innerHTML = entrada2;
		imagen.src = imagen2;
		enlaceA.href = enlace2;
		enlaceB.href = enlace2;
		enlaceA.target = destino2;
		enlaceB.target = destino2;

		botonB.style.background = 'url(images/backgroundCabeceraSelected.png)';
		botonB.style.color = '#99511b';

		botonA.style.background = 'url(images/backgroundCabecera.png)';
		botonA.style.color = 'white';
		botonC.style.background = 'url(images/backgroundCabecera.png)';
		botonC.style.color = 'white';
		botonD.style.background = 'url(images/backgroundCabecera.png)';
		botonD.style.color = 'white';

	}

	if(fuente == 3){

		titulo.innerHTML = titulo3; 
		entrada.innerHTML = entrada3;
		imagen.src = imagen3;
		enlaceA.href = enlace3;
		enlaceB.href = enlace3;
		enlaceA.target = destino3;
		enlaceB.target = destino3;

		botonC.style.background = 'url(images/backgroundCabeceraSelected.png)';
		botonC.style.color = '#99511b';

		botonB.style.background = 'url(images/backgroundCabecera.png)';
		botonB.style.color = 'white';
		botonA.style.background = 'url(images/backgroundCabecera.png)';
		botonA.style.color = 'white';
		botonD.style.background = 'url(images/backgroundCabecera.png)';
		botonD.style.color = 'white';


	}

	if(fuente == 4){

		titulo.innerHTML = titulo4; 
		entrada.innerHTML = entrada4;
		imagen.src = imagen4;
		enlaceA.href = enlace4;
		enlaceB.href = enlace4;
		enlaceA.target = destino4;
		enlaceB.target = destino4;

		botonD.style.background = 'url(images/backgroundCabeceraSelected.png)';
		botonD.style.color = '#99511b';

		botonB.style.background = 'url(images/backgroundCabecera.png)';
		botonB.style.color = 'white';
		botonC.style.background = 'url(images/backgroundCabecera.png)';
		botonC.style.color = 'white';
		botonA.style.background = 'url(images/backgroundCabecera.png)';
		botonA.style.color = 'white';

	}


}

//*****************************************************************************************************Ã§

