<!-- Hide from JavaScript-Impaired Browsers
number_of_foto=18;
rot2="/ars/vela/img/daulyxes/"
var sctr2=0;
var halt2=0;
var isn2=new Array();
for (i2=0;i2<number_of_foto;i2++){
 isn2[i2]=new Image();
}
isn2[0].src=rot2+"1.gif";
isn2[1].src=rot2+"2.gif";
isn2[2].src=rot2+"3.gif";
isn2[3].src=rot2+"4.gif";
isn2[4].src=rot2+"5.gif";
isn2[5].src=rot2+"6.gif";
isn2[6].src=rot2+"7.gif";
isn2[7].src=rot2+"8.gif";
isn2[8].src=rot2+"9.gif";
isn2[9].src=rot2+"10.gif";
isn2[10].src=rot2+"11.gif";
isn2[11].src=rot2+"12.gif";
isn2[12].src=rot2+"13.gif";
isn2[13].src=rot2+"14.gif";
isn2[14].src=rot2+"15.gif";
isn2[15].src=rot2+"16.gif";
isn2[16].src=rot2+"17.gif";
isn2[17].src=rot2+"18.gif";


var durl2=new Array();

	durl2[0]="http://www.cqis0.it/ars/vela/foto/cat.asp?iCat=85&thumb=si";
	durl2[1]=durl2[0];
	durl2[2]=durl2[0];
	durl2[3]=durl2[0];
	durl2[4]=durl2[0];
	durl2[5]=durl2[0];
	durl2[6]=durl2[0];
	durl2[7]=durl2[0];
	durl2[8]=durl2[0];
	durl2[9]=durl2[0];
	durl2[10]=durl2[0];
	durl2[11]=durl2[0];
	durl2[12]=durl2[0];
	durl2[13]=durl2[0];
	durl2[14]=durl2[0];
	durl2[15]=durl2[0];
	durl2[16]=durl2[0];
	durl2[17]=durl2[0];

/* This script is set to rot2ate every 10 seconds.
   (5000=5 seconds, so 30000 would equal 30, etc)
   You should change the number in the setTimeout()
   call below for the number of seconds you wish. */
function rotateIt2(){
 if (halt2!=1){
  sctr2++;
  if (sctr2>number_of_foto-1){
   sctr2=0;
   }
  document.foto.src=isn2[sctr2].src;
  setTimeout("rotateIt2()",5000);
  }
 }

/* This code will work just fine with or without
   frames.  However, if you are in frames and wish
   to replicate the TARGET="_top" call to remove
   frames, change the location.href call to:
    parent.location.href=durl2[sctr2];
   below. */
function doIt2(){
 halt2=1;
 window.open(durl2[sctr2])
 //location.href=durl2[sctr2];
 }

function dispIt2(){
 parent.window.status=durl2[sctr2];
 }
// End Hiding -->