<!--

 var baseArray = new makeArray(
'<img src="/images/sub01.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub05.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub06.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub12.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub13.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub14.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub15.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub16.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub17.jpg" alt="7th Element" width="760" height="169">',
'<img src="/images/sub18.jpg" alt="7th Element" width="760" height="169">');

      function makeArray(){
      this.length = makeArray.arguments.length
      for (var i = 0; i < this.length; i++)
      this[i + 1] = makeArray.arguments[i]
      }

      function randNum (num) {
      var now = new Date();
      var rand = Math.round(num * Math.cos(now.getTime()));
      if (rand < 0) rand = - rand; if (rand == 0) rand++;
      return rand;
      }


//-->

function setMailLink() {
	document.location="mailto:info@the7thelement.com";
    }