// five_2001_thumbnails.js
// by Thomas J. Spirock
// edited 02/02/01

document.write('<br>');

document.write('<table align="center">');

document.write('<tr>');

document.write('<td>');
net_port() + document.write('/images/2001_conv/gallery/photo' + num1 + '_small.jpg" height="100" width="100" alt="2001 Convention Photo">');
document.write('</td>');

document.write('<td>');
net_port() + document.write('/images/2001_conv/gallery/photo' + num2 + '_small.jpg" height="100" width="100" alt="2001 Convention Photo">');
document.write('</td>');

document.write('<td>');
net_port() + document.write('/images/2001_conv/gallery/photo' + num3 + '_small.jpg" height="100" width="100" alt="2001 Convention Photo">');
document.write('</td>');

document.write('<td>');
net_port() + document.write('/images/2001_conv/gallery/photo' + num4 + '_small.jpg" height="100" width="100" alt="2001 Convention Photo">');
document.write('</td>');

document.write('<td>');
net_port() + document.write('/images/2001_conv/gallery/photo' + num5 + '_small.jpg" height="100" width="100" alt="2001 Convention Photo">');
document.write('</td>');

document.write('</tr>');

document.write('</table>');

document.write('<br>');


