function randfish() {} ; bg = new randfish () ; n = 0

for (i = 1; i <= 16; i++)
{
 bg[n++] = "/images/photos/horizontal/photo" + i 
}
  
rnd = Math.floor(Math.random() * n) ; 
rndr = Math.floor(Math.random() * n) ; 
hphoto = "\<IMG src='" + bg[rnd] + ".jpg' name='photo' width='175' border='0'\>"
hphotol = "\<IMG src='" + bg[rnd] + ".jpg' name='photo' width='175' align='left' hspace='10' vspace='10' border='0'\>"
hphotor = "\<IMG src='" + bg[rndr] + ".jpg' name='photo' width='175' align='right' hspace='10' vspace='10' border='0'\>"

function randfishvert() {} ; bg = new randfishvert () ; n = 0

for (i = 1; i <= 15; i++)
{
 bg[n++] = "/images/photos/vertical/vertphoto" + i 
}
  
rnd = Math.floor(Math.random() * n) ; 
vphoto = "\<IMG src='" + bg[rnd] + ".jpg' name='photo' width='200' border='0'\>"

vphotol = "\<IMG src='" + bg[rnd] + ".jpg' name='photo' width='200' align='left' hspace='10' vspace='10' border='0'\>"

vphotor = "\<IMG src='" + bg[rnd] + ".jpg' name='photo' width='200' align='right' hspace='10' vspace='10' border='0'\>"