$(document).ready(function(){
	$('#countdown_dashboard').countDown({
		targetDate: {
			'day': 		7,
			'month': 	11,
			'year': 	2010,
			'hour': 	8,
			'min': 		0,
			'sec': 		0
		},
		omitWeeks: true
	});
});
function menu(v){
	if(v==1){
		//alert("prueba1");
		$.post("principal2.php", {}, function(data){
		$("#contenido").html(data);
		});
	}
	if(v==2){
		//alert("prueba2");
		//$.post("inscripcion.php", {}, function(data){
		//$("#principal").html(data);
		//});
	}
	if(v==3){
		//alert("prueba3");
		$.post("fotos.php", {}, function(data){
		$("#contenido").html(data);
		});
	}
	if(v==4){
		//alert("prueba3");
		$.post("opinar/opinion.php", {}, function(data){
		$("#contenido").html(data);
		});
	}
	if(v==5){
		//alert("prueba3");
		$.post("iefotos.php", {}, function(data){
		$("#contenido").html(data);
		});
	}
}

