
weburl = "http://wwwappsdstc.lonestar.edu";
        folder = "/structure/photo-header/";
        prefix = "photo-header";
        numfiles = 5;
    
        index = Math.floor(Math.random() * numfiles);
        document['topimage'].src = weburl + folder + prefix + index + ".jpg";