var barwidth = 217;
var contacts = 0;

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]  = "John Robson";
emails[0] = "john.m.robson@rose-hulman.edu ";
titles[0] = "Library Director";
phones[0] = "(812) 877-8365";

names[1]  = "Amy Harshbarger";
emails[1] = "harshbar@Rose-Hulman.edu";
titles[1] = "Associate Institute Librarian <br>& Technical Services Librarian";
phones[1] = "(812) 877-8462";

names[2]  = "Richard Bernier";

emails[2] = "richard.bernier@rose-hulman.edu";

titles[2] = "Reference and Electronic <br>Services Librarian";

phones[2] = "(812) 877-8199";

names[3]  = "Jan Jerrell";
emails[3] = "jerrell@Rose-Hulman.edu";
titles[3] = "Circulation Coordinator";
phones[3] = "(812) 877-8366";

/* END OF LIST */


document.write('<center>');

document.write('<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" width="100%">');

document.write('<tr><td width="100%" align="center">');

 

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0><TBODY><TR><TD>');

document.write('<font color="#464F56"><IMG height=3 src="http://www.rose-hulman.edu/roseimages/gray_ta01.gif" width=206></font>');

document.write('</TD></TR></TBODY></TABLE>');

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0 height="1">');

document.write('<TBODY><TR><TD vAlign=top align=middle background=http://www.rose-hulman.edu/roseimages/gray_ta02.gif height="103">');

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=194 border=0>');

document.write('<TBODY><TR><TD style="PADDING-LEFT: 7px" vAlign=top height=18>');

 

document.write('<p align="center"><b><span class="left_title"><font size="2" face="Verdana" color="#464F56">Contact</font></span></b>');

 

document.write('</TD></TR></TBODY>');

 

document.write('</TABLE>');

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=194 border=0 height="1">');

document.write('<TBODY>');

 

document.write('<TR><TD bgColor=#dcdcdc height=1>');

 

document.write('</TD></TR>');

document.write('<TR><TD vAlign=top align=middle bgColor=#ffffff height=79>');

document.write('<font color="#464F56" size="1">&nbsp;</font>');

 

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=190 border=0 height="1"><TBODY>');

 

document.write('<tr>');

 

document.write('<TD width="11" valign="top" height="5">');

document.write('<font color="#464F56">');

document.write('<IMG style="MARGIN-RIGHT: 3px" src="http://www.rose-hulman.edu/roseimages/white.gif" align=absMiddle width="8" height="5">');

document.write('</font>');

document.write('</TD>');

 

document.write('<TD width="179" valign="top" height="5">');

 

for (i=0; i<contacts; i++) {

/*

document.write('<IMG style="MARGIN-LEFT: 0 px" src="http://www.rose-hulman.edu/roseimages/icon_cross_gray.gif" align=Middle width="8" height="4"> ');

*/

            if (emails[i].length > 0)

                        document.write('<a href="mailto:' + emails[i] + '"style="font-weight:bold; text-decoration:none; font-size: 9pt">');

            document.write('<font color="#464F56" face="Arial">');

            document.write(names[i] + '</font>');

            if (emails[i].length > 0)

                        document.write('</a>');

            document.write('<br><font color="#464F56" face="Arial" style="font-weight:normal; text-decoration:none; font-size: 9pt">');

            if (titles[i].length > 0)

                         document.write(titles[i] + '<br>');

            if (phones[i].length > 0)

                        document.write(phones[i] + '<br>');

            document.write('</font><br> ');

}

 

document.write('</TD>');

document.write('</tr>');

 

document.write('<tr>');

document.write('<TD width="11" valign="top" height="1">');



document.write('</TD>');

document.write('<TD width="179" valign="top" height="1">');

document.write('<p align="left"><b><font face="Arial" color="#666666">');

document.write('<span style="font-size: 10pt">Circulation Services<br><br></span></font></b>');

document.write('</TD>');
 

document.write('<tr>');

document.write('<TD width="11" valign="top" height="1">');

document.write('<font color="#464F56"><IMG style="MARGIN-RIGHT: 3px" src="http://www.rose-hulman.edu/roseimages/white.gif" align=absMiddle width="8" height="5"><IMG style="MARGIN-RIGHT: 3px" src="http://www.rose-hulman.edu/roseimages/icon_cross_gray.gif" align=absMiddle width="8" height="4">');

document.write('</font>');

document.write('</TD>');

document.write('<TD width="179" valign="top" height="1">');

document.write('<p align="left"><b><font face="Arial" color="#666666">');

document.write('<span style="font-size: 9pt">Phone: 812-877-8200<br></span></font></b>');

document.write('</TD>');
 
document.write('<tr>');

document.write('<TD width="11" valign="top" height="1">');

document.write('<font color="#464F56"><IMG style="MARGIN-RIGHT: 3px" src="http://www.rose-hulman.edu/roseimages/white.gif" align=absMiddle width="8" height="5"><IMG style="MARGIN-RIGHT: 3px" src="http://www.rose-hulman.edu/roseimages/icon_cross_gray.gif" align=absMiddle width="8" height="4">');

document.write('</font>');

document.write('</TD>');

 

document.write('<TD width="179" valign="top" height="1">');

document.write('<p align="left"><b><font face="Arial" color="#666666">');

document.write('<span style="font-size: 9pt">Fax: 812-877-8579<br><br></span></font></b>');

document.write('</TD>');

 

document.write('</tr>');


document.write('</TBODY></TABLE>');
 

document.write('</TD></TR>');


document.write('<tr><TD vAlign=top align=middle background=http://www.rose-hulman.edu/roseimages/gray_ta02.gif height="1">');

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=194 border=0><TBODY><TR>');

document.write('<TD bgColor=#dcdcdc height=1>');

 

document.write('</TD>');

document.write('</TR></TBODY></TABLE>');

 

document.write('</TD></tr>');

 

document.write('<TR><TD vAlign=top align=middle bgColor=#ffffff height=4>');

document.write('<font size="1">&nbsp;</font>');

 

document.write('</TD></TR>');

 

document.write('</TBODY></TABLE>');

 

document.write('</TD></TR>');

document.write('<TR><TD vAlign=top align=middle background=http://www.rose-hulman.edu/roseimages/gray_ta02.gif height="1">');

document.write('<font color="#464F56" style="font-size: 3pt">&nbsp;</font>');

document.write('</TD></TR>');

document.write('</TBODY></TABLE>');

 

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0><TBODY><TR><TD>');

document.write('<font color="#464F56"><IMG height=3 src="http://www.rose-hulman.edu/roseimages/gray_ta03.gif" width=206></font>');

document.write('</TD></TR></TBODY></TABLE>');

 

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0><TBODY><TR><TD>');

document.write('<font size="1" color="#464F56">&nbsp;</font><br><IMG src="http://www.rose-hulman.edu/roseimages/gray_ta11.gif" width="206" height="26"></font>');

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></font>');

 

document.write('<table><center>');

document.write('<TR><TD height="1">');

document.write('<p align="center">');

document.write('<a href="http://www.rose-hulman.edu/news/articles/usnews081806.htm"><img border="0" src="http://www.rose-hulman.edu/roseimages/news2.gif" width="206" height="96"></a><br>');

document.write('<span style="font-size: 5pt">&nbsp;</span>');

document.write('</TD></TR>');

document.write('</table></center>');

 

document.write('</td></tr>');

document.write('</table></center>');

 

document.write('<table width=' + barwidth + '><tr><td align="center">');

document.write('</td></tr></table>');


