<!-- 
function VecImagenes()
{
  n=0;
  this[n++]="/img/header/35.jpg"
  this[n++]="/img/header/34.jpg"
  this[n++]="/img/header/33.jpg"
  this[n++]="/img/header/32.jpg"
  this[n++]="/img/header/31.jpg"
  this[n++]="/img/header/30.jpg"
  this[n++]="/img/header/29.jpg"
  this[n++]="/img/header/28.jpg"
  this[n++]="/img/header/26.jpg"
  this[n++]="/img/header/25.jpg"
  this[n++]="/img/header/23.jpg"
  this[n++]="/img/header/22.jpg"
  this[n++]="/img/header/21.jpg"
  this[n++]="/img/header/27.jpg"
  this[n++]="/img/header/18.jpg"
  this[n++]="/img/header/17.jpg"
  this[n++]="/img/header/16.jpg"
  this[n++]="/img/header/15.jpg"
  this[n++]="/img/header/14.jpg"
  this[n++]="/img/header/13.jpg"
  this[n++]="/img/header/12.jpg"
  this[n++]="/img/header/11.jpg"
  this[n++]="/img/header/10.jpg"
  this[n++]="/img/header/9.jpg"
  this[n++]="/img/header/8.jpg"
  this[n++]="/img/header/7.jpg"
  this[n++]="/img/header/6.jpg"
  this[n++]="/img/header/5.jpg"
  this[n++]="/img/header/4.jpg"
  this[n++]="/img/header/3.jpg"
  this[n++]="/img/header/2.jpg"
  this[n++]="/img/header/1.jpg"
  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write('<img src='+src+' class="" alt="escursioni" title="Prima Sardegna: escursioni" />');
//-->
