home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
tema
/
webgen
/
es-navod.js
< prev
next >
Wrap
Text File
|
2001-08-19
|
705b
|
10 lines
var pol=new Array();var text=new Array();
pocet=3;uvod='<br><br>Souvisejφcφ Φlßnky ...<ul>';konec='</ul>';
pol[0]='1801736254';
text[0]='<li><a href=cl1801736254.htm>Pracujeme s programem WebGen 3.dφl - e-shop</a> <span class=cldatum>13.9.2000</span>';
pol[1]='1801736139';
text[1]='<li><a href=cl1801736139.htm>Pracujeme s programem WebGen 2.dφl - e-shop</a> <span class=cldatum>29.8.2000</span>';
pol[2]='1801736104';
text[2]='<li><a href=cl1801736104.htm>Pracujeme s programem WebGen 1.dφl - e-shop</a> <span class=cldatum>24.8.2000</span>';
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);