Team:Szeged SA RMG

METHUNGENY 2017


   <section>
 <img class="mySlides" src="http://www.methungeny.com/images/banner_igem.jpg"
 style="width:100%">
 <img class=" mySlides" src="http://www.methungeny.com/images/banner1.jpg"
 style="width:100%">
 <img class="mySlides" src="http://www.methungeny.com/images/banner2.jpg"
 style="width:100%">
 <img class="mySlides" src="http://www.methungeny.com/images/banner3.jpg"
 style="width:100%">

</section>

METHUNGENY

<iframe src="https://drive.google.com/file/d/0B0p3cmHvbWlHemRsRU1fVUcyNmc/preview" width="700" height="850"></iframe>

<script> var myIndex = 0; carousel();

function carousel() {

   var i;
   var x = document.getElementsByClassName("mySlides");
   for (i = 0; i < x.length; i++) {
      x[i].style.display = "none";  
   }
   myIndex++;
   if (myIndex > x.length) {myIndex = 1}    
   x[myIndex-1].style.display = "block";  
   setTimeout(carousel, 2500); 

} </script>


</html>