<!-- DATA DELL'INTESTAZIONE -->
function data(){
	var days=new Array(8);
	days[1] = "domenica";	days[2] = "lunedi'";	days[3] = "martedi'";	days[4] = "mercoledi'";
	days[5] = "giovedi'";	days[6] = "venerdi'";	days[7] = "sabato";
	var months=new Array(13);
	months[1] = "gennaio";	months[2] = "febbraio";	months[3] = "marzo";	months[4] = "aprile";
	months[5] = "maggio";	months[6] = "giugno";	months[7] = "luglio";	months[8] = "agosto";
	months[9] = "settembre"; months[10] = "ottobre";	months[11] = "novembre"; months[12] = "dicembre";
	var dateObj=new Date();
	var wday=days[dateObj.getDay() + 1];
	var lmonth=months[dateObj.getMonth() + 1];
	var date=dateObj.getDate();
	var anno=dateObj.getYear();
if(parent!=this&&parent.document.body.rows&&parent.document.body.rows!="0,*")parent.document.body.rows="0,*"; 
	{if (navigator.appName == "Microsoft Internet Explorer")
		{if (anno > 99)
			{document.writeln("<font size=2 color=#333365>" + wday + "<br>" + date + "&nbsp;&nbsp;" + lmonth + "&nbsp;" +anno + "</font>");}
		else
			{document.writeln("<font size=2 color=#333365>" + wday + "<br>" + date + "&nbsp;&nbsp;" + lmonth + "&nbsp;19" +anno + "</font>");}
		}
	else
		{if (anno > 99)
			{document.writeln("<font size=2 color=#333365>" + wday + "<br>" + date + "&nbsp;&nbsp;" + lmonth + "&nbsp;" +(anno+1900) + "</font>");}
		else
			{document.writeln("<font size=2 color=#333365>" + wday + "<br>" + date + "&nbsp;&nbsp;" + lmonth + "&nbsp;19" +anno + "</font>");}
		}
	}
}


<!-- VISUALIZZAZIONE LA FOTO PASSATA COME PARAMETRO -->
function fotodettpc(){
indirizzo = new String(location.href)         ;
numero = indirizzo.slice(indirizzo.lastIndexOf('?')+1 )   ;
document.write('<img src="./fotopc/foto'  + numero +'.jpg" align="middle" width=540>  ');
didasca(numero);
}


<!-- VISUALIZZAZIONE LA FOTO PASSATA COME PARAMETRO -->
function fotovertpc(){
indirizzo = new String(location.href)         ;
numero = indirizzo.slice(indirizzo.lastIndexOf('?')+1 )   ;
document.write('<img src="./fotopc/foto'  + numero +'.jpg" align="middle" width=450>  ');
didasca(numero);
}


<!-- VISUALIZZAZIONE LA DIDASCALIA CORRISPONDENTE ALLA FOTO -->
function didasca(indice){
Commenti = new Array(1000);
Commenti[700]= 'Il <b>Manifesto</b> della Pattinata, opera di <b>Rossano</b> ed <b>Ester</b>';
Commenti[701]= 'Il <b>Comitato Organizzatore</b> (Silvia, Beppe, Anna e Jo) allo Stand della Pattinata, con le giovani hostess <b>Giulia</b> e <b>Martina</b>; i cartelloni sono opera di <b>Rossano</b> ed <b>Ester</b>';
Commenti[702]= '<b>Silvia</b>, <b>Beppe</b> e <b>Anna</b> presidiano lo stand.';
Commenti[703]= '<b>Silvia</b>, <b>Beppe</b> e <b>Anna</b> allo Stand della Pattinata, con le giovani hostess <b>Giulia</b> e <b>Martina</b>; i cartelloni sono opera di <b>Rossano</b> ed <b>Ester</b>';
Commenti[704]= '<b>Giulia</b> che ci ha gentilmente aiutato per il volantinaggio.';
Commenti[705]= '<b>Martina</b> che ci ha gentilmente aiutato per il volantinaggio.';
Commenti[706]= 'Come nasce uno stand: <b>Silvia</b> e <b>Jo</b> pronte alla azione.';
Commenti[707]= 'Come nasce uno stand: <b>Silvia</b> e <b>Jo</b> si dedicano alla affissione delle foto.';
Commenti[708]= 'Come nasce uno stand: <b>Silvia</b> assiste <b>Beppe</b> nel delicato compito di attaccare i festoni.';
Commenti[709]= 'Come nasce uno stand: <b>Beppe</b> ama vivere pericolosamente.';
Commenti[710]= '';
Commenti[711]= '';
Commenti[712]= '';
Commenti[713]= '';
Commenti[714]= '';
Commenti[715]= '';
Commenti[716]= '';
Commenti[717]= '';
Commenti[718]= '';
Commenti[719]= '';
Commenti[720]= '';
Commenti[721]= '';
Commenti[722]= '';
Commenti[723]= '';
Commenti[724]= '';
Commenti[725]= '';
Commenti[726]= '';
Commenti[727]= '';
Commenti[728]= '';
Commenti[729]= '';
Commenti[730]= '';
Commenti[731]= '';
Commenti[732]= '';
Commenti[733]= '';
Commenti[734]= '';
Commenti[735]= '';
Commenti[736]= '';
Commenti[737]= '';
Commenti[738]= '';
Commenti[739]= '';
Commenti[740]= '';
Commenti[741]= '';
Commenti[742]= '';
Commenti[743]= '';
Commenti[744]= '';
Commenti[745]= '';
Commenti[746]= '';
Commenti[747]= '';
Commenti[748]= '';
Commenti[749]= '';
Commenti[750]= '';
Commenti[751]= '';
Commenti[752]= '';
Commenti[753]= '';
Commenti[754]= '';
Commenti[755]= '';
Commenti[756]= '';
Commenti[757]= '';
Commenti[758]= '';
Commenti[759]= '';
Commenti[760]= '';
Commenti[761]= '';
Commenti[762]= '';
Commenti[763]= '';
Commenti[764]= '';
Commenti[765]= '';
Commenti[766]= '';
Commenti[767]= '';
Commenti[768]= '';
Commenti[769]= '';
Commenti[770]= '';
Commenti[771]= '';
Commenti[772]= '';
Commenti[773]= '';
Commenti[774]= '';
Commenti[775]= '';
Commenti[776]= '';
Commenti[777]= '';
Commenti[778]= '';
Commenti[779]= '';
Commenti[780]= '';
document.write("<BR><BR>"+Commenti[indice]);
}
