function get_date(maxNum)
{
  today=new Date();
  t=today.getDate()
  return t;
}
function dateQuote()
{
  var maxQuotes=31;
  var dQuote=get_date(maxQuotes);
  dQuote--;
var quote=new Array(maxQuotes)
quote[0]="<a href=\"01.asp\">Affettaprosciutto</a>";
quote[1]="<a href=\"02.asp\">Coltello a cuore</a>";
quote[2]="<a href=\"03.asp\">Mannaia o Spaccaossa</a>";
quote[3]="<a href=\"04.asp\">Acciaio</a>";
quote[4]="<a href=\"05.asp\">Alluminio</a>";
quote[5]="<a href=\"06.asp\">Coccio</a>";
quote[6]="<a href=\"07.asp\">Ferro</a>";
quote[7]="<a href=\"08.asp\">Ghisa</a>";
quote[8]="<a href=\"09.asp\">Pietra ollare</a>";
quote[9]="<a href=\"10.asp\">Porcellana e vetro da fuoco</a>";
quote[10]="<a href=\"11.asp\">Rame stagnato</a>";
quote[11]="<a href=\"12.asp\">Padella</a>";
quote[12]="<a href=\"13.asp\"> Paiolo </a>"; 
quote[13]="<a href=\"14.asp\">Pentola</a>";
quote[14]="<a href=\"15.asp\">Pentolini</a>";
quote[15]="<a href=\"16.asp\">Stampi per il forno</a>";
quote[16]="<a href=\"17.asp\">Tegame</a>";
quote[17]="<a href=\"18.asp\">Tegamini e padelline</a>";
quote[18]="<a href=\"19.asp\">Teglia</a>";
quote[19]="<a href=\"04.asp\">Acciaio</a>";
quote[20]="<a href=\"05.asp\">Alluminio</a>";
quote[21]="<a href=\"06.asp\">Coccio</a>";
quote[22]="<a href=\"07.asp\">Ferro</a>";  
quote[23]="<a href=\"08.asp\">Ghisa</a>";
quote[24]="<a href=\"09.asp\">Pietra ollare</a>";
quote[25]="<a href=\"10.asp\">Porcellana e vetro da fuoco</a>";
quote[26]="<a href=\"11.asp\">Rame stagnato</a>";
quote[27]="<a href=\"01.asp\">Affettaprosciutto</a>";
quote[28]="<a href=\"02.asp\">Coltello a cuore</a>";
quote[29]="<a href=\"03.asp\">Mannaia o Spaccaossa</a>";
quote[30]="<a href=\"04.asp\">Acciaio</a>";
document.write(quote[dQuote]);
}