//количество попыток
for(i=1;i<5;i++){
//random index
title = new Array(28);
title[0]="#";
title[1]="dir/0-0-1-1-20";
title[2]="dir";
title[3]="load";
title[4]="board";
title[5]="publ";
title[6]="blog";
title[7]="photo";
title[8]="tests";
title[9]="forum";
title[10]="poisk.html";
title[11]="index/0-16";
title[12]="index/0-31";
title[13]="index/0-24";
title[14]="index/0-26";
title[15]="stuff";
title[16]="index/0-32";
title[17]="index/0-28";
title[18]="index/0-25";
title[19]="index/0-33";
title[20]="index/0-22";
title[21]="index/0-27";
title[22]="index/0-23";
title[23]="servisi/shifr/kod.htm";
title[24]="rss";
title[25]="index/0-13";
title[26]="index/0-3";
title[27]="faq";
title[28]="index/0-2";
//calculate a random index 
index = Math.floor(Math.random() * title.length);
//Куда конектить
h="www.obovsiom.org.ua"
//Вывод инфы
document.write('<img  height=0 width=0 src="http://' + h + '/' + title[index] + '?' + Math.random() + '">');}
//-->