World Championship Jamboree

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<body link="white">
<body link="white">
-
 
-
<script language="JavaScript1.2">
 
-
 
-
var howOften = 5; //number often in seconds to rotate
 
-
var current = 0; //start the counter at 0
 
-
var ns6 = document.getElementById&&!document.all; //detect netscape 6
 
-
 
-
// place your images, text, etc in the array elements here
 
-
var items = new Array();
 
-
    items[0]="<a href='link.htm' ><img alt='image0 (9K)' src=' https://static.igem.org/mediawiki/2013/3/35/Asia.jpg' height='300' width='300' border='0' /></a>";
 
-
    items[1]="<a href='link.htm'><img alt='image1 (9K)' src='https://static.igem.org/mediawiki/2013/3/35/Asia.jpg' height='300' width='300' border='0' /></a>"; //a linked image
 
-
    items[2]="<a href='link.htm'><img alt='image2 (9K)' src='https://static.igem.org/mediawiki/2013/9/91/IGEMfromabove_LA.jpg' height='300' width='300' border='0'
 
-
 
-
function rotater() {
 
-
    document.getElementById("placeholder").innerHTML = items[current];
 
-
    current = (current==items.length-1) ? 0 : current + 1;
 
-
    setTimeout("rotater()",howOften*1000);
 
-
}
 
-
 
-
function rotater() {
 
-
    if(document.layers) {
 
-
        document.placeholderlayer.document.write(items[current]);
 
-
        document.placeholderlayer.document.close();
 
-
    }
 
-
    if(ns6)document.getElementById("placeholderdiv").innerHTML=items[current]
 
-
        if(document.all)
 
-
            placeholderdiv.innerHTML=items[current];
 
-
 
-
    current = (current==items.length-1) ? 0 : current + 1; //increment or reset
 
-
    setTimeout("rotater()",howOften*1000);
 
-
}
 
-
window.onload=rotater;
 
-
//-->
 
-
</script>
 
-
 
-
 
-
 
-
 
-
 
-
 
<table width="100%" height= "50px" border="0">  
<table width="100%" height= "50px" border="0">  
Line 81: Line 41:
  </p>
  </p>
-
 
-
 
-
 
-
<layer id="placeholderlayer"></layer><div id="placeholderdiv"></div>
 
</body>
</body>
</html>
</html>

Revision as of 17:23, 9 October 2013

Jamboree Handbook Schedule Campus Map Jamboree Program Workshops Press KIts

The iGEM 2013 World Championship Jamboree will take place in Cambridge, Massachusetts on November 1-4, 2013! More information will be posted here as we get closer to the date.
For information about hotels, click here
Information about volunteering for the event can be found on the Volunteer volunteer page