// little_man01.js
// by Thomas J. Spirock
// edited 02/24/01

// javascript to write the dynamic image of the Stellafane "Little Man"

document.write('<table align="left">');

document.write('<tr>');

document.write('<td align = "center">');

document.write('<img src="http://www.stellafane.com/images/home_page/littleman.gif" height="200" width="130" hspace="20" vspace="20" alt="Stellafane Little Man Symbol"></a>');

document.write('</td>');

document.write('</tr>');

document.write('<tr>');

document.write('<td align="center">Stellafane<br>"Little Man" Symbol</small></td>');

document.write('</tr>');

document.write('</table>');





