   var speed = 8; // Lower numbers yield a faster transition - must be 2 or higher
    var delay = 3; // Number of seconds between each slide transition

    var myPhotos = new Array();
        myPhotos.push("images/shortlet-1.jpg");
        myPhotos.push("images/shortlet-2.jpg");
        myPhotos.push("images/shortlet-3.jpg");
        myPhotos.push("images/shortlet-4.jpg");
        myPhotos.push("images/shortlet-5.jpg");
        myPhotos.push("images/shortlet-6.jpg");
        myPhotos.push("images/shortlet-7.jpg");
        myPhotos.push("images/shortlet-8.jpg");
        myPhotos.push("images/shortlet-9.jpg");
        myPhotos.push("images/shortlet-10.jpg");
        myPhotos.push("images/shortlet-11.jpg");
        myPhotos.push("images/shortlet-12.jpg");
        myPhotos.push("images/shortlet-13.jpg");
        myPhotos.push("images/shortlet-14.jpg");
 
    var pf = new photofader("pf","shortletgraphic",myPhotos);
