/*var RandomScreenshotsToggle = 0;

function RandomScreenshots(){
	/* PARAMETRI:
		n -> Numero screenshots nella cartella
	*/
/*	n = 6;
	var Nrand = (Math.round((n-1)*Math.random())) + 1;
	screenS = document.screenshot;
	screenS.src = "screenshot/" + Nrand + ".jpg";
}*/

function Init(){
	//INIT FUNCTION
}

function archivio_news(){
      $("#archivio").animate({
        height: "500px"
      }, 1500 );
}

