var Ll = new Array;
Ll[0] = "http://soarea.smugmug.com/photos/111330697-M.jpg";
Ll[1] = "http://soarea.smugmug.com/photos/101776771-S.jpg";
Ll[2] = "http://soarea.smugmug.com/photos/103823890-S.jpg";
Ll[3] = "http://soarea.smugmug.com/photos/99598305-S.jpg";

 
var P = new Array;
P[0] = "http://soarea.smugmug.com/photos/111329962-M.jpg";
P[1] = "http://soarea.smugmug.com/photos/103823480-S.jpg";
P[2] = "http://soarea.smugmug.com/photos/101777682-S.jpg";
P[3] = "http://soarea.smugmug.com/photos/111338210-M.jpg";
 
var Lr = new Array;
Lr[0] = "http://soarea.smugmug.com/photos/99598115-S.jpg";
Lr[1] = "http://soarea.smugmug.com/photos/111327417-M.jpg";
Lr[2] = "http://soarea.smugmug.com/photos/103824249-S.jpg";
Lr[3] = "http://soarea.smugmug.com/photos/101777482-S.jpg"; 
function choosePhoto(parray)
{
    var inx = Math.floor(Math.random()*parray.length);
    var img = parray[inx];
    document.write('<img border="1" src="' + img + '" height="110"/>');
}