 <!--
  var j,KW_ARI= new Array()

  KW_ARI[KW_ARI.length]='images/fotos_index/cab_01.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_02.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_03.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_04.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_05.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_06.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_07.jpg';
  KW_ARI[KW_ARI.length]='images/fotos_index/cab_08.jpg';

	
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
	document.write("<a href='index.html' alt='Portada' title='Portada'>"+"<div style='width:261px; cursor:hand; height:137px; background: transparent url("+KW_ARI[j]+") no-repeat 0px 0px; border:0px;'><h1><span>Balonmano Suiza</span></h1></div>"+"</a>");
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);
}
//-->
