Team:Johns Hopkins/Protocols

From 2008.igem.org

(Difference between revisions)
Line 20: Line 20:
<script type="text/javascript">
<script type="text/javascript">
var hi = "Hello World!";
var hi = "Hello World!";
-
var r=Math.floor(Math.random()*256)+500;
+
var x=Math.floor(Math.random()*256)+500;
-
document.write(r + <br>);
+
document.write(x + <br>);
function disp_alert()
function disp_alert()
{
{
Line 30: Line 30:
function pill(){
function pill(){
var di = new Array('i','G','e','m');
var di = new Array('i','G','e','m');
-
var r; var g; var b;
+
 
for(e=0;e<4;e++){
for(e=0;e<4;e++){
r=Math.floor(Math.random()*256)+500;
r=Math.floor(Math.random()*256)+500;

Revision as of 18:34, 9 July 2008

Emblum JHU.jpg
Home The Team The Project Protocols&Papers Parts Submitted to the Registry Modeling Notebook

Protocols

Ligation and Transformation Protocol

Papers

Hello World!