var formaggio=new Array()

formaggio[0]='<img src="cheese_drawer/cheddar.png" alt="Cheddar" border="0" height="300" width="400" />'
formaggio[1]='<img src="cheese_drawer/dutch_gouda.png" alt="Dutch Gouda" border="0" height="300" width="400" />'
formaggio[2]='<img src="cheese_drawer/gorgonzola.png" alt="Gorgonzola" border="0" height="300" width="400" />'
formaggio[3]='<img src="cheese_drawer/manchego.png" alt="Manchego" border="0" height="300" width="400" />'
formaggio[4]='<img src="cheese_drawer/robusto.png" alt="Robusto" border="0" height="300" width="400" />'
formaggio[5]='<img src="cheese_drawer/swiss.png" alt="Swiss" border="0" height="300" width="400" />'

var whichformaggio=Math.floor(Math.random()*(formaggio.length))
document.write(formaggio[whichformaggio])
