var max=44;
var a1=0;
var a2=0;
var a3=0;

a1=(Math.round(Math.random()*(max-1))+1);
do {
  a2=(Math.round(Math.random()*(max-1))+1);
} while (a1==a2);
do {
  a3=(Math.round(Math.random()*(max-1))+1);
} while ((a3==a2) || (a3==a1));

document.write('<A HREF="http://starostwo.gliwice.pl/pl/pages/galeria.php"><img src="'+temppath+'/r'+a1+'.jpg" alt="galeria" title="galeria" border="0" height="75" width="75" vspace=0 hspace=2 align=left></A>');
document.write('<A HREF="http://starostwo.gliwice.pl/pl/pages/galeria.php"><img src="'+temppath+'/r'+a2+'.jpg" alt="galeria" title="galeria" border="0" height="75" width="75" vspace=0 hspace=2 align=left></A>');
document.write('<A HREF="http://starostwo.gliwice.pl/pl/pages/galeria.php"><img src="'+temppath+'/r'+a3+'.jpg" alt="galeria" title="galeria" border="0" height="75" width="75" vspace=0 hspace=2 align=left></A>');
