var gaTe
function gateway(){
  var onRotate = new Array()

onRotate[0] = '<a href="../index.html"><img src="../images/headers/header1.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[1] = '<a href="../index.html"><img src="../images/headers/header2.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[2] = '<a href="../index.html"><img src="../images/headers/header3.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[3] = '<a href="../index.html"><img src="../images/headers/header4.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[4] = '<a href="../index.html"><img src="../images/headers/header5.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[5] = '<a href="../index.html"><img src="../images/headers/header6.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[6] = '<a href="../index.html"><img src="../images/headers/header7.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[7] = '<a href="../index.html"><img src="../images/headers/header8.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[8] = '<a href="../index.html"><img src="../images/headers/header1.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[9] = '<a href="../index.html"><img src="../images/headers/header2.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[10] = '<a href="../index.html"><img src="../images/headers/header3.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[11] = '<a href="../index.html"><img src="../images/headers/header4.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[12] = '<a href="../index.html"><img src="../images/headers/header5.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[13] = '<a href="../index.html"><img src="../images/headers/header6.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[14] = '<a href="../index.html"><img src="../images/headers/header7.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
onRotate[15] = '<a href="../index.html"><img src="../images/headers/header8.gif" width="749" height="97" border="0" alt="MTSU Department of Art"></a>'
  
  onRotate[16] = onRotate[0] 
  gaTe = Math.round(Math.random() * 16)
  return onRotate[gaTe]
  }
