home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / tema / webgen / es-navod.js < prev    next >
Text File  |  2001-08-19  |  705b  |  10 lines

  1. var pol=new Array();var text=new Array();
  2. pocet=3;uvod='<br><br>Souvisejφcφ Φlßnky ...<ul>';konec='</ul>';
  3. pol[0]='1801736254';
  4. text[0]='<li><a href=cl1801736254.htm>Pracujeme s programem WebGen 3.dφl - e-shop</a> <span class=cldatum>13.9.2000</span>';
  5. pol[1]='1801736139';
  6. text[1]='<li><a href=cl1801736139.htm>Pracujeme s programem WebGen 2.dφl - e-shop</a> <span class=cldatum>29.8.2000</span>';
  7. pol[2]='1801736104';
  8. text[2]='<li><a href=cl1801736104.htm>Pracujeme s programem WebGen 1.dφl - e-shop</a> <span class=cldatum>24.8.2000</span>';
  9. document.write(uvod); for (var i=0; i < pocet; i++){ if (window.location.pathname.indexOf(pol[i])<0) document.write(text[i]); } document.write(konec);
  10.