OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 function print(message) | 4 function print(message) |
5 { | 5 { |
6 var paragraph = document.createElement("li"); | 6 var paragraph = document.createElement("li"); |
7 paragraph.appendChild(document.createTextNode(message)); | 7 paragraph.appendChild(document.createTextNode(message)); |
8 document.getElementById("console").appendChild(paragraph); | 8 document.getElementById("console").appendChild(paragraph); |
9 } | 9 } |
10 function isInCollection(collection, item) { | 10 function isInCollection(collection, item) { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 <tr> | 72 <tr> |
73 <td valign="middle" nowrap style="border-bottom: 2px #999999 solid"
width="100%"><font face="arial, sans-serif" size="-2"><a href="http://www.ostg.
com" title="OSTG - The Open Source Technology Group" style="text-decoration:none
"><font face="verdana" color="#001670"> <b>OSTG</b></font></a> |
<a href="http://sf.net" style="text-decoration: none">SourceForge</a> - <a
href="http://thinkgeek.com" style="text-decoration: none">ThinkGeek</a> - <
a href="http://slashdot.org/relocate.pl?id=12076d9d1d102290bbd8d6c328d9352d" sty
le="text-decoration: none">ITMJ</a> - <a href="http://linux.com" style="te
xt-decoration: none">Linux.com</a> - <a href="http://newsforge.com" style="
text-decoration: none">NewsForge</a> - <a href="http://freshmeat.net" style
="text-decoration: none">freshmeat</a> - <a href="http://newsletters.ostg.c
om" style="text-decoration: none">Newsletters</a> - <a href="http://slashdo
t.org/relocate.pl?id=0bd85aa57f4ab88f2d01c33b548b693c" style="text-decoration: n
one">Jobs</a> - <a href="http://slashdot.org/relocate.pl?id=776713765547209
fc2c05a83454efda2" style="text-decoration: none">Broadband</a> - <a href="h
ttp://slashdot.org/relocate.pl?id=237ae3c6bbb4992f4144befc67856103" style="text-
decoration: none">Whitepapers</a></font></td><td valign="middle" style="display:
hidden; border-bottom: 2px solid #999999" nowrap><b><A HREF="//slashdot.org/user
s.pl?op=savemiscopts&opt_osdn_navbar=0" style="text-decoration: none;"><font
size="-2" face="verdana" color="#666666"> X </font></a></b> | 73 <td valign="middle" nowrap style="border-bottom: 2px #999999 solid"
width="100%"><font face="arial, sans-serif" size="-2"><a href="http://www.ostg.
com" title="OSTG - The Open Source Technology Group" style="text-decoration:none
"><font face="verdana" color="#001670"> <b>OSTG</b></font></a> |
<a href="http://sf.net" style="text-decoration: none">SourceForge</a> - <a
href="http://thinkgeek.com" style="text-decoration: none">ThinkGeek</a> - <
a href="http://slashdot.org/relocate.pl?id=12076d9d1d102290bbd8d6c328d9352d" sty
le="text-decoration: none">ITMJ</a> - <a href="http://linux.com" style="te
xt-decoration: none">Linux.com</a> - <a href="http://newsforge.com" style="
text-decoration: none">NewsForge</a> - <a href="http://freshmeat.net" style
="text-decoration: none">freshmeat</a> - <a href="http://newsletters.ostg.c
om" style="text-decoration: none">Newsletters</a> - <a href="http://slashdo
t.org/relocate.pl?id=0bd85aa57f4ab88f2d01c33b548b693c" style="text-decoration: n
one">Jobs</a> - <a href="http://slashdot.org/relocate.pl?id=776713765547209
fc2c05a83454efda2" style="text-decoration: none">Broadband</a> - <a href="h
ttp://slashdot.org/relocate.pl?id=237ae3c6bbb4992f4144befc67856103" style="text-
decoration: none">Whitepapers</a></font></td><td valign="middle" style="display:
hidden; border-bottom: 2px solid #999999" nowrap><b><A HREF="//slashdot.org/user
s.pl?op=savemiscopts&opt_osdn_navbar=0" style="text-decoration: none;"><font
size="-2" face="verdana" color="#666666"> X </font></a></b> |
74 </td> | 74 </td> |
75 </tr> | 75 </tr> |
76 </table> | 76 </table> |
77 | 77 |
78 <hr> | 78 <hr> |
79 <ol id="console"></ol> | 79 <ol id="console"></ol> |
80 </body> | 80 </body> |
81 </html> | 81 </html> |
OLD | NEW |