Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 8197ce8dbb03160d1e3f64603dc8a8759fdb2932 |
|---|---|
| Date: | 2013-02-12 13:49:23 |
| User: | drh |
| Comment: | Nokia back on the Sponsors section of the homepage. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/index.in
61 sponsor[4] = '<tr><td align="center">\ 61 sponsor[4] = '<tr><td align="center">\ 62 <a href="http://www.bentley.com/">\ 62 <a href="http://www.bentley.com/">\ 63 <img src="images/foreignlogos/bentley.gif" alt="bentley.com" border="0">\ 63 <img src="images/foreignlogos/bentley.gif" alt="bentley.com" border="0">\ 64 </a></td><td>\ 64 </a></td><td>\ 65 <a href="http://www.bentley.com/">Bentley</a> - Comprehensive software \ 65 <a href="http://www.bentley.com/">Bentley</a> - Comprehensive software \ 66 solutions for Sustaining Infrastructure.</td></tr>' 66 solutions for Sustaining Infrastructure.</td></tr>' 67 67 > 68 sponsor[5] = '<tr><td align="center">\ > 69 <a href="http://www.nokia.com/">\ > 70 <img src="images/foreignlogos/nokia.gif" alt="nokia.com" border="0">\ > 71 </a></td><td>\ > 72 <a href="http://www.nokia.com/">Nokia</a> is the world leader in mobility,\ > 73 driving the transformation and growth of the converging internet and\ > 74 communications industries.</td></tr>' > 75 68 count = 5 | 76 count = 6 69 while( count>0 ){ 77 while( count>0 ){ 70 i = Math.floor(Math.random()*6) 78 i = Math.floor(Math.random()*6) 71 if( sponsor[i]!=null ){ 79 if( sponsor[i]!=null ){ 72 document.write(sponsor[i]) 80 document.write(sponsor[i]) 73 sponsor[i] = null 81 sponsor[i] = null 74 count-- 82 count-- 75 } 83 }