$(document).ready(function() {
	if(document.getElementById("slider")) {
		var html = "<li><img src=\"/themes/brihuega/images/CabeceraBrihuega2.jpg\" width=\"918px\" height=\"270\" alt=\"Logotipo del Ayuntamiento de Brihuega\" /></li>";
		html += "<li><img src=\"/themes/brihuega/images/CabeceraBrihuega3.jpg\" width=\"918px\" height=\"270\" alt=\"Logotipo del Ayuntamiento de Brihuega\" /></li>";
		html += "<li><img src=\"/themes/brihuega/images/CabeceraBrihuega4.jpg\" width=\"918px\" height=\"270\" alt=\"Logotipo del Ayuntamiento de Brihuega\" /></li>";	
		$("#slider ul").append(html);
		$("#slider").easySlider({auto: true, continuous: true, controlsShow: false, speed: 800, pause: 6000});
	}
	
	if(document.getElementById("proteccionDeDatosLink")) {
		$('#proteccionDeDatosLink').click(function() {
			$('#proteccionDeDatos').show();
		});
	}	
});
