var barwidth = 217;
var contacts = 5;

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]  = "Scott Gallmeier";
emails[0] = "scott.gallmeier@verizon.net";
titles[0] = "Co-Chair of Parents' Association<br>New Goshen, Indiana";
phones[0] = "(812) 535-4412";

names[1]  = "Bryan Superville";
emails[1] = "@";
titles[1] = "Co-Chair of Parents' Association<br>York, Pennsylvania";
phones[1] = "(717)578-7772 ";

names[2]  = "Bonnie McNair";
emails[2] = "jim.mcnair@verizon.net";
titles[2] = "Secretary of Parents' Association<br>Terre Haute, Indiana";
phones[2] = "(812) 238-9820";

names[3]  = "Donna Gustafson";
emails[3] = "donna.gustafson@rose-hulman.edu";
titles[3] = "Dean for Student Services<br>Director of Student Services";
phones[3] = "(812) 877-8275";

names[4]  = "Pete Gustafson";
emails[4] = "peter.gustafson@rose-hulman.edu";
titles[4] = "VP for Student Affairs and Dean of Students<br>Advisor to Parents' Association";
phones[4] = "(812) 877-8257";

/* 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('<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 Number<br>1-812-877-8746<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('</td></tr>');

document.write('</table></center>');

document.write('<TABLE cellSpacing=0 cellPadding=0 width=206 border=0 height="1">');

document.write('<TBODY>');

document.write('<TR><TD height="1">');
document.write('<p><b><font face="Arial" size="2"><a href = "http://alumni.rose-hulman.edu/?page=License_Plate"><img border="0" src="http://www.rose-hulman.edu/roseimages/banner5.gif" width="95" height="80"></a></font></b>');
document.write('</TD>');

document.write('<td height="1">');
document.write('<b><font face="Arial" size="2"><a href = "http://www.rose-hulman.edu/reflection/"><img border="0" src="http://www.rose-hulman.edu/roseimages/banner6.gif" width="95" height="80" align="right"></a></font></b>');
document.write('</TD>');
document.write('</TR>');
document.write('</TD></TR>');


document.write('</TBODY>');

document.write('</TABLE>');


document.write('<table width=' + barwidth + '><tr><td align="center">');

document.write('</td></tr></table>');

