// <!--
maxr=25;
url=new Array(maxr);
url[1]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#1';
url[2]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#2';
url[3]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#4';
url[4]='http://www.nvkz.net/perekrestok/jarmarka/promysel/index.htm#pdsh';
url[5]='http://www.nvkz.net/perekrestok/jarmarka/promysel/index.htm#berest';  
url[6]='http://www.nvkz.net/perekrestok/jarmarka/kedrs/index.htm';
url[7]='http://www.nvkz.net/perekrestok/jarmarka/kedrs/bed/index.htm';
url[8]='http://www.nvkz.net/perekrestok/jarmarka/kedrs/rod_book/index.htm';
url[9]='http://www.nvkz.net/perekrestok/jarmarka/kedrs/spoon/index.htm';
url[10]='http://www.nvkz.net/perekrestok/jarmarka/kedrs/table/index.htm';
url[11]='http://www.nvkz.net/zvkedrs/acquaintances.htm';
url[12]='http://www.nvkz.net/perekrestok/distance/index.htm';
url[13]='http://www.nvkz.net/perekrestok/distance/index.htm';
url[14]='http://www.nvkz.net/perekrestok/distance/index.htm';
url[15]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#6';
url[16]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#saman';
url[17]='http://www.nvkz.net/perekrestok/jarmarka/cifr/cd/index.htm';
url[18]='http://www.nvkz.net/perekrestok/jarmarka/books/index.htm#8';
url[19]='http://www.nvkz.net/perekrestok/jarmarka/eko/pech/index.htm';
url[20]='http://www.nvkz.net/perekrestok/jarmarka/eko/ruskach/mn-05.htm';
url[21]='http://www.nvkz.net/perekrestok/jarmarka/cifr/cd/index.htm#bard';
url[22]='http://www.nvkz.net/perekrestok/zemly/index.htm';
url[23]='http://www.nvkz.net/perekrestok/jarmarka/kedrs_oil/index.htm';
url[24]='http://www.nvkz.net/perekrestok/zemly/index.htm#agro2';
url[25]='http://fueloff.narod.ru';

var rndnum1 = Math.round(Math.random() * (maxr-1)) +1;
s1='<td width="33%" align="center"><a href="'+url[rndnum1]+'"><img border="1" src="http://www.nvkz.net/perekrestok/reklama/img'+rndnum1+'.jpg" width="150" height="100"></a></td>';

var rndnum2 = Math.round(Math.random() * (maxr-1)) +1;
while (rndnum2==rndnum1) {
var rndnum2 = Math.round(Math.random() * (maxr-1)) +1;}
s2='<td width="33%" align="center"><a href="'+url[rndnum2]+'"><img border="1" src="http://www.nvkz.net/perekrestok/reklama/img'+rndnum2+'.jpg" width="150" height="100"></a></td>';

var rndnum3 = Math.round(Math.random() * (maxr-1)) +1;
while ((rndnum3==rndnum1)||(rndnum3==rndnum2)) {
var rndnum3 = Math.round(Math.random() * (maxr-1)) +1;}
s3='<td width="33%" align="center"><a href="'+url[rndnum3]+'"><img border="1" src="http://www.nvkz.net/perekrestok/reklama/img'+rndnum3+'.jpg" width="150" height="100"></a></td>';

document.write('<table border="0" width="100" cellspacing="0" cellpadding="3">');
document.write('<tr>');
document.write(s1);
document.write(s2);
document.write(s3);
document.write('</tr>');
document.write('</table>');
// -->

