function cargaPie(){
	$('#pieWeb').load('pie.html?' + Math.random() * Math.random());
}

function cargamasPie(){
	$('#maspie').load('maspie.html');
}

function inicio(){
	window.location="index.html";
}

