// <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="header">');
document.write('<h1><font face="Script MT Bold">Department of Mathematics</font></h1>');
document.write('<p>SETB 2.454 - 80 Fort Brown - Brownsville, TX 78520 - P: 956-882-6636 - F: 956-882-6637</p>');
document.write('<form name="form1" id="form1" method="get" action="http://www.google.com/u/UTBTSC">');
document.write('<input type="text" name="q" value="Search in UTB ..." />');
document.write('<input name="sitesearch" type="hidden" value="utb.edu">');
document.write('<input class="button" type="submit" name="Submit" value="Do it!"/></form></div>');

