Template:Imperial/09/TemplateBottom
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | var divs = document.getElementById("II09_content"); | ||
+ | alert(divs.length); | ||
+ | |||
+ | var address = document.location.href; | ||
+ | var addressSplit = address.split("/"); | ||
+ | //alert('3='+addressSplit[3]+'; 4='+addressSplit[4]); | ||
+ | |||
if (addressSplit[3]=='Team:Imperial_College_London'){ | if (addressSplit[3]=='Team:Imperial_College_London'){ | ||
if (typeof(addressSplit[4])=='undefined'){ | if (typeof(addressSplit[4])=='undefined'){ |
Revision as of 22:36, 16 September 2009