// JavaScript Document
<!-- Beginning
if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img7 = new Image();
   img8 = new Image();
   img9 = new Image();
   img10 = new Image();
   img11 = new Image();
   img12 = new Image();

   img1.src = "music/thumbs/0003.jpg";
   img2.src = "music/thumbs/0005.jpg"
   img3.src = "music/thumbs/0020-1.jpg"
   img4.src = "music/thumbs/0021-2.jpg"
   img5.src = "music/thumbs/0035-1.jpg"
   img6.src = "music/thumbs/0062-1.jpg"
   img7.src = "music/thumbs/0064-1.jpg"
   img8.src = "music/thumbs/0103.jpg"
   img9.src = "music/thumbs/0121.jpg"
   img10.src = "music/thumbs/0140-1.jpg"
   img11.src = "music/thumbs/0145-1.jpg"
   img12.src = "music/thumbs/0172-1.jpg"

}
--> Ending
