<!-- 
function VecImagenes()
{
  n=0;
  this[n++]="../img/specchio_1_sm.jpg"
  this[n++]="../img/call_cent_2_sm.jpg"
  this[n++]="../img/call_cent_3_sm.jpg"
  this[n++]="../img/shop_1_sm.jpg"
  this[n++]="../img/office_1_sm.jpg"
  this[n++]="../img/hotel_sm.jpg"
  this[n++]="../img/call_cent_1_sm.jpg"
  this[n++]="../img/contact1.jpg"

  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write('<img src='+src+' " alt="Mystery Shop Eyes" title="Mystery Shop Eyes" />');
//-->

