var gaTe
function gateway(){
  var onRotate = new Array()

onRotate[0] = '<img src="images/1.jpg" width="700" height="250" alt="Natural . Lifestyle . Wellbeing" border="0">'
onRotate[1] = '<img src="images/2.jpg" width="700" height="250" alt="Natural . Lifestyle . Wellbeing" border="0">'
onRotate[2] = '<img src="images/3.jpg" width="700" height="250" alt="Natural . Lifestyle . Wellbeing" border="0">'
onRotate[3] = '<img src="images/4.jpg" width="700" height="250" alt="Natural . Lifestyle . Wellbeing" border="0">'


  
  onRotate[4] = onRotate[0] 
  gaTe = Math.round(Math.random() * 4)
  return onRotate[gaTe]
}

function goSelect(daform) {
with(daform) {
top.window.location=options[selectedIndex].value;    
}
}