Team:Johns Hopkins/Protocols
From 2008.igem.org
Home | The Team | The Project | Protocols/Papers | Parts Submitted to the Registry | Modeling | Notebook |
---|
Protocols
Ligation and Transformation Protocol
Papers
Hello World!
function pill(){ var di = new Array('i','G','e','m'); var r; var g; var b; for(e=0;e<4;e++){ r=Math.floor(Math.random()*256)+500; g=Math.floor(Math.random()*256)+10; b=Math.floor(Math.random()*256)+10; hidg.innerHTML += ""+di[e]+""; } }