// home_button.js
// by Thomas J. Spirock
// Added the button to go to the ATM page. 02JUL13, TJS.
// Modified by Ken Slater for new style web pages, 2006-Jun-21

document.write('<table align="center"><tr>');

document.write('<td align="center"><a href="http://stellafane.org/">');
document.write('<img src="http://stellafane.org/images/home_page/pink3.jpg" height="200" width="130" alt="Stellafane Home Page Button"><br>');
document.write('Go to the<br>Stellafane Home Page</a></td>');

document.write('<td align="center"><a href="http://stellafane.org/tm/atm/index.html">')
document.write('<img src="http://stellafane.org/images/general_images/atm_button_01.gif" height="200" width="130" alt="Stellafane Home Page Button"><br>');
document.write('Go to the<br>Stellafane ATM Page</a></td>');

document.write('</tr></table>');