<!--Inizio

function zero(numero) { 
return (numero < 10) ? '0' + numero : numero; 
}
function PopupPic(sPicURL) { 
     window.open( "http://theberry.altervista.org/popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
   } 
   

var cartella = 'http://theberry.altervista.org/immagini/';
var cartella2 = 'http://xtheberry78x.altervista.org/immagini/';


function random_imglink(){
var myimages=new Array()
for (var i=1; i<=530; i++) {
      myimages[i]=i+".jpg";
  }

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
//document.write('<img src="'+myimages[ry]+'" border=0>')
document.write('<a href="javascript:PopupPic(\''+cartella +myimages[ry]+'\')">');
document.write('<img src="' + cartella2 + 'pic_' +myimages[ry] + '"></a>');
}
random_imglink()




//fine-->
