 <!--
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()

  KW_ARI[KW_ARI.length]='images/fotos_index/001.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/002.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/003.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/004.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/005.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/006.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/008.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/010.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/011.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/012.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/013.jpg';
	
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow' src='"+KW_ARI[j]+"'>");
function seqSlideShow(t,l) { // Sequential Slideshow by Kaosweaver
  x=document.seqSlideShow; j=l; j++;  if (j==KW_ARI.length) j=0;
  x.src=KW_ARI[j]; setTimeout("seqSlideShow("+t+","+j+")",t);
}
//-->