var barwidth = 217;
var contacts = 1;

var names  = new Array(contacts);
var emails = new Array(contacts);
var titles = new Array(contacts);
var phones = new Array(contacts);

/* BEGIN LIST OF CONTACTS */

names[0]  = "";
emails[0] = "";
titles[0] = "";
phones[0] = "";

/* END OF LIST */
document.write('<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" align="right">');
document.write('<tr><td width="100%" align="right">');

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0><TBODY><TR><TD>');
document.write('<IMG src="http://www.rose-hulman.edu/roseimages/gray_ta11.gif" width="206" height="26">');
document.write('</TD></TR></TBODY></TABLE>');

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0>');
document.write('<TBODY><TR><TD vAlign=top align=middle background=http://www.rose-hulman.edu/roseimages/gray_ta05.gif height=34>');

document.write('<form name="search" method="GET" action="http://www.google.com/u/rhit">');
document.write('<TABLE height=31 cellSpacing=0 cellPadding=0 width=194 border=0>');
document.write('<TBODY><TR><TD style="PADDING-TOP: 3px" align=middle bgColor=#ffffff>');
document.write('<font face="Arial" style="font-size: 9pt" color="#FFFFFF">&nbsp;</font>');

document.write('<input TYPE=Text class="text" maxLength="255" size="18" name="q"> ');
document.write('<input type="image" alt="Search" src="http://www.rose-hulman.edu/roseimages/go_button.gif" value="Search" border="0" name="image" width="21" height="21">');
document.write('</TD></TR></TBODY></TABLE>');
document.write('</TD></TR></TBODY></TABLE>');
document.write('<IMG height=3 src="http://www.rose-hulman.edu/roseimages/gray_ta06.gif" width=206><br>');
document.write('<span style="font-size: 5pt">&nbsp;</span>');

document.write('</td></tr>');

document.write('</table></center>');



