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]  = "Cheryl Burgess, R.N.";
emails[0] = "cheryl.a.burgess@rose-hulman.edu";
titles[0] = "Health Services <br>Registered Nurse<br><br><a href=mailto:studenthealth@rose-hulman.edu>studenthealth@rose-hulman.edu</a>";
phones[0] = "<br>Phone: 812-877-8367<br>Fax: 812-872-6225";

/* 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="images/white.gif" align=absMiddle width="8" height="5">');
document.write('<IMG style="MARGIN-RIGHT: 3px" src="images/icon_cross_gray.gif" align=absMiddle width="8" height="4">');
document.write('</font>');
document.write('</TD>');

document.write('<TD width="179" valign="top" height="5">');

for (i=0; i<contacts; i++) {
	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="#666666" face="Arial">');
	document.write(names[i] + '</font>');
	if (emails[i].length > 0)
		document.write('</a>');
	document.write('<br><font color="#666666" 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('<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('</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('</td></tr>');
document.write('</table></center>');


document.write('<Table><center><br>');
document.write('<TR><TD height="1">');
document.write('<p align="center">');
document.write('<a href="http://www.rose-hulman.edu/news/articles/usnews081707.htm"><img border="0" src="http://www.rose-hulman.edu/roseimages/news3.gif" width="206" height="96"></a><br>');
document.write('<span style="font-size: 5pt">&nbsp;</span>');
document.write('</TD></TR>');


document.write('<TR><TD height="1">');
document.write('<p align="center">');
document.write('<a href="http://www.rose-hulman.edu/news/articles/2007CosmoGirl.htm"><img border="0" src="http://www.rose-hulman.edu/roseimages/news4.jpg" 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('<table width=' + barwidth + '><tr><td align="center">');
/*
document.write('<hr width="60%" size="1" color="#E2DCCD">');

document.write('<a href = "https://banner.rose-hulman.edu/license/plateform.htm"><img src = "http://www.rose-hulman.edu/alumniaffairs/platesmall.jpg" border = 0><br><b><font color = "ffffff">RHIT License Plate</b></font></a>');
	document.write('<br><br>');
document.write('</td></tr></table>');


document.write('<table width=' + barwidth + '><tr><td align="left">');
document.write('<hr width="60%" size="1" color="#E2DCCD">');
*/
document.write('</td></tr></table>');

