
var gaTe
function gateway(){
  var onRotate = new Array()

onRotate[0] = '<img src="images/h1.jpg" width="429" height="297" alt="Bergamo" border="0">'
onRotate[1] = '<img src="images/h2.jpg" width="429" height="297" alt="Bergamo" border="0">'
onRotate[2] = '<img src="images/h3.jpg" width="429" height="297" alt="Bergamo" border="0">'
onRotate[3] = '<img src="images/h4.jpg" width="429" height="297" alt="Bergamo" border="0">'
onRotate[4] = '<img src="images/h5.jpg" width="429" height="297" alt="Bergamo" border="0">'
onRotate[5] = '<img src="images/h6.jpg" width="429" height="297" alt="Bergamo" border="0">'

  
  onRotate[6] = onRotate[0]  // Internet Answering Machines
  gaTe = Math.round(Math.random() * 6)
  return onRotate[gaTe]
  }

