// JavaScript Document




<!-- 

function VecImagenes()

{

  n=0;

  this[n++]="imatges/aleatories/foto1.jpg";

  this[n++]="imatges/aleatories/foto2.jpg";

  this[n++]="imatges/aleatories/foto3.jpg";

  this[n++]="imatges/aleatories/foto3.jpg";

  this[n++]="imatges/aleatories/foto4.jpg";

  this[n++]="imatges/aleatories/foto5.jpg";

  this[n++]="imatges/aleatories/foto6.jpg";

  this[n++]="imatges/aleatories/foto7.jpg";
  
  this[n++]="imatges/aleatories/foto8.jpg"; 
  
  this[n++]="imatges/aleatories/foto9.jpg";  
  
  this[n++]="imatges/aleatories/foto10.jpg";
  
this[n++]="imatges/aleatories/foto11.jpg"; 
 
this[n++]="imatges/aleatories/foto12.jpg";
 
this[n++]="imatges/aleatories/foto13.jpg";

this[n++]="imatges/aleatories/foto14.jpg";
	  
this[n++]="imatges/aleatories/foto15.jpg";
		
this[n++]="imatges/aleatories/foto16.jpg";
		  
this[n++]="imatges/aleatories/foto17.jpg";
			
this[n++]="imatges/aleatories/foto18.jpg";

this[n++]="imatges/aleatories/foto19.jpg";

this[n++]="imatges/aleatories/foto20.jpg";

this[n++]="imatges/aleatories/foto21.jpg";
  
this[n++]="imatges/aleatories/foto22.jpg"; 
 
this[n++]="imatges/aleatories/foto23.jpg";
 
this[n++]="imatges/aleatories/foto24.jpg";

this[n++]="imatges/aleatories/foto25.jpg";
	  
this[n++]="imatges/aleatories/foto26.jpg";
		
this[n++]="imatges/aleatories/foto27.jpg";
		  
this[n++]="imatges/aleatories/foto28.jpg";
			
this[n++]="imatges/aleatories/foto29.jpg";

this[n++]="imatges/aleatories/foto30.jpg";

this[n++]="imatges/aleatories/foto31.jpg";

this[n++]="imatges/aleatories/foto32.jpg"; 
 
this[n++]="imatges/aleatories/foto33.jpg";
 
this[n++]="imatges/aleatories/foto34.jpg";

this[n++]="imatges/aleatories/foto35.jpg";
	  
this[n++]="imatges/aleatories/foto36.jpg";

this[n++]="imatges/aleatories/foto37.jpg";
		  
this[n++]="imatges/aleatories/foto38.jpg";
			
this[n++]="imatges/aleatories/foto39.jpg";

this[n++]="imatges/aleatories/fotO40.jpg";

this[n++]="imatges/aleatories/foto41.jpg";

this[n++]="imatges/aleatories/foto42.jpg"; 
 
this[n++]="imatges/aleatories/foto43.jpg";
 
this[n++]="imatges/aleatories/foto44.jpg";

this[n++]="imatges/aleatories/foto45.jpg";
	  
//this[n++]="imatges/aleatories/foto46.jpg";

this[n++]="imatges/aleatories/foto47.jpg";

//this[n++]="imatges/aleatories/foto48.jpg";
	  
//this[n++]="imatges/aleatories/foto49.jpg";

this[n++]="imatges/aleatories/foto50.jpg";



  this.N=n;

}

var Imagenes=new VecImagenes();

src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;

document.write("<IMG SRC="+locat+src+" border=0/>");


//-->



