
<!-- 
var gaTe
function gateway(){
  var onRotate = new Array()

onRotate[0] = '<a href="default.asp"><img src="../images/top/copertina1.jpg" width="260" height="114" alt="image 01" border="0"></a>'
onRotate[1] = '<a href="default.asp"><img src="../images/top/copertina2.jpg" width="260" height="114" alt="image 02" border="0"></a>'
onRotate[2] = '<a href="default.asp"><img src="../images/top/copertina3.jpg" width="260" height="114" alt="image 03" border="0"></a>'
onRotate[3] = '<a href="default.asp"><img src="../images/top/copertina4.jpg" width="260" height="114" alt="image 04" border="0"></a>'
onRotate[4] = '<a href="default.asp"><img src="../images/top/copertina5.jpg" width="260" height="114" alt="image 05" border="0"></a>'
onRotate[5] = '<a href="default.asp"><img src="../images/top/copertina6.jpg" width="260" height="114" alt="image 06" border="0"></a>'
onRotate[6] = '<a href="default.asp"><img src="../images/top/copertina7.jpg" width="260" height="114" alt="image 07" border="0"></a>'
onRotate[7] = '<a href="default.asp"><img src="../images/top/copertina8.jpg" width="260" height="114" alt="image 08" border="0"></a>'

  
  onRotate[8] = onRotate[0]  // Internet Answering Machines
  gaTe = Math.round(Math.random() * 8)
  return onRotate[gaTe]
  }
  //-->