Template:KAISTRandom

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <script type="text/javascript"> <!-- Array.prototype.shuffle = function() { for (var i = 0; i < this.length; i++) { // Random item in this array. var r = parseInt(...)
 
(2 intermediate revisions not shown)
Line 29: Line 29:
}
}
window.onload = function() {
window.onload = function() {
-
randomize("randomtable");
+
randomize("randomtable1");
 +
randomize("randomtable2");
}
}
//-->
//-->
</script>
</script>
 +
</head>
</head>
</html>
</html>

Latest revision as of 10:12, 21 June 2010