function preloadPictures() { slides[0]=new Slide("https://secure.lamaregistry.com/photos/GetAnForSalePhoto.aspx?img=177344.jpg&w=200&h=200", 5, -1, "http://www.lamaregistry.com/animalforsale-catalogue.php?homeid=177344"); slides[1]=new Slide("https://secure.lamaregistry.com/photos/GetAnForSalePhoto.aspx?img=226278.jpg&w=200&h=200", 5, -1, "http://www.lamaregistry.com/animalforsale-catalogue.php?homeid=226278"); slides[2]=new Slide("photos/Gotta_Llama_for_Sale.jpg", 5, -1, "https://secure.lamaregistry.com/rsearch.php"); slides[3]=new Slide("https://secure.lamaregistry.com/photos/GetAnForSalePhoto.aspx?img=263423.jpg&w=200&h=200", 5, -1, "http://www.lamaregistry.com/animalforsale-catalogue.php?homeid=263423"); slides[4]=new Slide("https://secure.lamaregistry.com/photos/GetAnForSalePhoto.aspx?img=240454l.jpg&w=200&h=200", 5, -1, "http://www.lamaregistry.com/animalforsale-catalogue.php?homeid=240454"); slides[5]=new Slide("https://secure.lamaregistry.com/photos/GetAnForSalePhoto.aspx?img=215523.jpg&w=200&h=200", 5, -1, "http://www.lamaregistry.com/animalforsale-catalogue.php?homeid=215523"); var i = slides.length; if ( i == 0 ) return false; while ( --i ) { var j = Math.floor( Math.random() * ( i + 1 ) ); var tempi = slides[i]; var tempj = slides[j]; slides[i] = tempj; slides[j] = tempi; } }