    imagesA = new Array();
    imagesB = new Array();
    imagesC = new Array();

    imagesA[0] = "<img src='/i/collage-1-01.jpg' alt=''  width='250' height='95'>";
    imagesA[1] = "<img src='/i/collage-1-02.jpg' alt=''  width='250' height='95'>";
    imagesA[2] = "<img src='/i/collage-1-03.jpg' alt=''  width='250' height='95'>";
    imagesA[3] = "<img src='/i/collage-1-04.jpg' alt=''  width='250' height='95'>";
    imagesA[4] = "<img src='/i/collage-1-05.jpg' alt=''  width='250' height='95'>";
    imagesA[5] = "<img src='/i/collage-1-06.jpg' alt=''  width='250' height='95'>";

    imagesB[0] = "<img src='/i/collage-2-01.jpg' alt=''  width='250' height='95'>";
    imagesB[1] = "<img src='/i/collage-2-02.jpg' alt=''  width='250' height='95'>";
    imagesB[2] = "<img src='/i/collage-2-03.jpg' alt=''  width='250' height='95'>";
    imagesB[3] = "<img src='/i/collage-2-04.jpg' alt=''  width='250' height='95'>";
    imagesB[4] = "<img src='/i/collage-2-05.jpg' alt=''  width='250' height='95'>";
    imagesB[5] = "<img src='/i/collage-2-06.jpg' alt=''  width='250' height='95'>";

    imagesC[0] = "<img src='/i/collage-3-01.jpg' alt=''  width='250' height='95'>";
    imagesC[1] = "<img src='/i/collage-3-02.jpg' alt=''  width='250' height='95'>";
    imagesC[2] = "<img src='/i/collage-3-03.jpg' alt=''  width='250' height='95'>";
    imagesC[3] = "<img src='/i/collage-3-04.jpg' alt=''  width='250' height='95'>";
    imagesC[4] = "<img src='/i/collage-3-05.jpg' alt=''  width='250' height='95'>";
    imagesC[5] = "<img src='/i/collage-3-06.jpg' alt=''  width='250' height='95'>";

    index = Math.floor(Math.random() * imagesA.length);