	// Advanced Random Images Start
	// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  function cargarImagen(){ 
	  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array();
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/1.jpg';
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/2.jpg';
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/3.jpg';
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/4.jpg';
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/5.jpg';
	  KW_ARI[KW_ARI.length]='./galeria/storage/desconectado_imagenes_inicio/6.jpg';
	  j=parseInt(Math.random()*KW_ARI.length);
	  j=(isNaN(j))?0:j;
	  document.getElementById('imagen').src=KW_ARI[j];
   }
