- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
<script type="text/javascript"><!--
var h=(Math.random()*10);
if (h <1) document.writeln("ТЕКСТ");
if (h > 1 && h < 2) document.writeln("ТЕКСТ");
if (h > 2 && h < 3) document.writeln("ТЕКСТ");
if (h > 3 && h < 4) document.writeln("ТЕКСТ");
if (h > 4 && h < 5) document.writeln("ТЕКСТ");
if (h > 5 && h < 6) document.writeln("ТЕКСТ");
if (h > 6 && h < 7) document.writeln("ТЕКСТ");
if (h > 7 && h < 8) document.writeln("ТЕКСТ");
if (h > 8 && h < 9) document.writeln("ТЕКСТ");
if (h > 9 && h <10) document.writeln("ТЕКСТ");
// --></script>
Взято с официального форума УГоза http://forum.ucoz.ru/forum/38-37192-1
TarasB 10.09.2011 19:03 # +10
guest 10.09.2011 22:59 # 0
CPPGovno 10.09.2011 23:10 # −3
ZX_Spectrum 12.09.2011 02:57 # +1
Lure Of Chaos 10.09.2011 23:29 # 0
Vasiliy 12.09.2011 08:20 # 0
Lure Of Chaos 12.09.2011 11:44 # 0
Vasiliy 13.09.2011 14:50 # +1
guest8 09.04.2019 11:29 # −999