// <script>

// Copyright (C) 2006 Taeil Yi. All rights reserved.
//
// YOU MAY NOT
// (1) Remove or modify this copyright notice.
// (2) Distribute this code, any part or any modified version of it.
//
// YOU MAY
// (1) Use this code on your website.
// (2) Use this code as a part of another product provided that
//     its main use is not creating javascript menus.
//
// NO WARRANTY
// This code is provided "as is" without warranty of any kind, either
// expressed or implied, including, but not limited to, the implied warranties
// of merchantability and fitness for a particular purpose. You expressly
// acknowledge and agree that use of this code is at your own risk.

document.write('<div id="footer">');
document.write('<p align="center">');
document.write('<img src="images/scorpion4-2.ico" width="12" height="12" border="0">');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<font color="#BBBBBB"> &copy; 2006 </font>&nbsp;&nbsp;&nbsp;');
document.write('<a href="http://www.utb.edu" target="_blank">');
document.write('<font color="#BBBBBB">The University of Texas at Brownsville and Texas Southmost College</font>');
document.write('</a>');
document.write('</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<img src="images/scorpion4-2.ico" width="12" height="12" border="0">');
document.write('</p>');
document.write('</div>');