﻿var datos=new Array([0,"forosirocco.jpg","http://www.sirocco.es/","Sirocco"],[1,"foroarapaima.jpg","http://www.arapaimaterrarios.com/","Arapaima"],[2,"foroterribilis.jpg","http://www.terribilis.net","Terribilis"],[3,"forocamaleo.jpg","http://www.camaleoweb.com/","Camaleo"],[4,"forofaunaexotica.jpg","http://www.faunaexotica.net","Faunaexotica"],[5,"foroviridisexotic.jpg","http://www.viridisexotic.blogspot.com/","Viridis Exotic"],[6,"foroprocages.jpg","http://www.pro-cages.com","Pro-cages"],[7,"forolagrilleria.jpg","http://www.lagrilleria..com/","La Grilleria"],[8,"foroalcotan.jpg","http://www.alcotanvalencia.com","Alcotán Valencia"],[9,"forotortugas.jpg","http://","Tortugas"],[10,"foroelbicho.jpg","http://www.elbichobola.com","El Bicho Bola"],[11,"fororeptilgourmet.jpg","http://www.reptilgourmet.blogspot.com/","Reptil Gourmet"],[12,"forotecnofauna.jpg","http://www.tecno-fauna.com/","Tecnofauna"],[13,"foroterrasur.jpg","http://www.terrasur-andalucia.com/","Terrasur"],[14,"forodendroacua.jpg","http://www.dendroacua.com/","Dendroacua"],[15,"foropequenosmamiferos.jpg","http://www.pequenosmamiferos.com/","Pequeños Mamíferos"],[16,"forolocosporlasranas.jpg","http://www.locosporlasranas.com/","Locos por las ranas"],[17,"foroben.jpg","http://www.bens-jungle.de/","Ben's Jungle"],[18,"foromascotanatur.jpg","http://www.mascotanature.com/","Mascotanature"],[19,"forohabitat.jpg","http://www.habitatherp.com","Habitat Herp"],[20,"fororeptiline.jpg","http://www.reptiline.com","Reptiline"],[21,"forogrumbach.jpg","http://www.reptilhouse.com","GrumBach"],[22,"forohabistat.jpg","http://www.habistat.es","Habistat"],[23,"forohpterra.jpg","http://www.reptilhouse.com","HPTerra"],[24,"foroibercan.jpg","http://www.ibercan.net","Ibercan"],[25,"fororeptilhouse.jpg","http://www.reptilhouse.com","ReptilHouse"]);var cache=new Array();var aleatorio,banner1,banner2,banner3,banner4;function iniciarBanners(){banner1=document.getElementById('banner_1');banner2=document.getElementById('banner_2');banner3=document.getElementById('banner_3');banner4=document.getElementById('banner_4');aleatorio=randomEntries(datos,4,false);cacheaImagenes(aleatorio);setInterval('cambiaImagen()',4000)};function cambiaImagen(){banner1.src=cache[aleatorio[0][0]].src;banner2.src=cache[aleatorio[1][0]].src;banner3.src=cache[aleatorio[2][0]].src;banner4.src=cache[aleatorio[3][0]].src;banner1.title=aleatorio[0][3];banner2.title=aleatorio[1][3];banner3.title=aleatorio[2][3];banner4.title=aleatorio[3][3];banner1.parentNode.href=aleatorio[0][2];banner2.parentNode.href=aleatorio[1][2];banner3.parentNode.href=aleatorio[2][2];banner4.parentNode.href=aleatorio[3][2];aleatorio=randomEntries(datos,4,false);cacheaImagenes(aleatorio)};function cacheaImagenes(datos){if(!cache[datos[0][0]]){cache[datos[0][0]]=new Image(300,55);cache[datos[0][0]].src='http://www.jangala-magazine.com/patrocinadores/'+datos[0][1]}if(!cache[datos[1][0]]){cache[datos[1][0]]=new Image(300,55);cache[datos[1][0]].src='http://www.jangala-magazine.com/patrocinadores/'+datos[1][1]}if(!cache[datos[2][0]]){cache[datos[2][0]]=new Image(300,55);cache[datos[2][0]].src='http://www.jangala-magazine.com/patrocinadores/'+datos[2][1]}if(!cache[datos[3][0]]){cache[datos[3][0]]=new Image(300,55);cache[datos[3][0]].src='http://www.jangala-magazine.com/patrocinadores/'+datos[3][1]}};function randomEntries(array,number){var len=array.length;var entries=[];var count=0;var rand;var lastIndex=-1;var mems=[];var isFull=(number%len==0);while(count<number){rand=Math.floor(Math.random()*len);if(count==0)firstIndex=rand;else if(isFull&&count==number-2&&!mems[firstIndex])rand=firstIndex;else{var toggle=((rand+count)%3==0);while(mems[rand]||rand==lastIndex||(!isFull&&count==number-1&&rand==firstIndex))if(toggle){if(--rand<0)rand=len-1}else if(++rand>len-1)rand=0}entries[count++]=array[rand];mems[rand]=true;lastIndex=rand;if(count%len==len-1&&count!=number){for(var i=0;i<len;i++)if(mems[i])mems[i]=false;else{entries[count++]=array[i];lastIndex=i}}}return entries};window.onload=iniciarBanners;

