


function writeheadercodehome() {

	document.write("<LINK REL=STYLESHEET HREF='Script/style_sheet.css' TYPE='text/css'>");

document.write("</head>");

document.write("<body link='#990000' vlink='#990000' alink='#990000' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");

document.write("<font face='Times New Roman'>");

document.write("<table border='0' width='763' cellspacing='0' cellpadding='0' height='625' style='border-collapse: collapse' bordercolor='#111111'>");

document.write("<tr height='128'>");


document.write("<td width='100' height='100%' valign='top' align='left' bgcolor='#990000' rowspan='25' ><img src = 'pictures/seal.gif'>");

document.write("<br><br><br><br><br><font color='#ffffcc'><b><i>Related Links</i></b></font><br><br>");

document.write("<a href='search.html'><font color='#ffffcc'><b>Search Site</b></font></a><br>");

document.write("<br><a href='feedback.html'><font color='#ffffcc'><b>Feedback</b></font></a><br>");

document.write("<br><a href='departments.html'><font color='#ffffcc'><b>VPAD<BR>Departments</b></font></a><br>");

document.write("<br><a target='_blank' href='http://kb.iu.edu/'><font color='#ffffcc'><b>IU Knowledge<br>Base</b></font></a>");

document.write("</td><td width='35' height='100%' valign='top' align='right' rowspan='25'>&nbsp;</td>");

document.write("<td ><h1><strong><font color='#990000' size=+4>");

document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I</font><font color='#990000'>NDIANA</font>");

document.write("<font color='#990000' size=+4>U</font><font color='#990000'>NIVERSITY</font><br>");

document.write("<strong><font color='#990000'> <center>VPAD Technology Support</center> </font>");
document.write("</strong></h1></td>");
document.write("  </tr>");


}


function writefootercode() {

document.write("<tr><td align='center'>");

document.write("  <hr color='#990000'>");

document.write(" <div class='footer'>");

document.write(" <p>");

document.write("Comments: <a href='mailto:vpaweb&#64;indiana&#46;edu'>Webmaster</a><br>");

document.write("<a href='http://www.indiana.edu/copyright.html'>Copyright 2007</a>, The Trustees of <a href='http://www.indiana.edu'>Indiana University</a><br>");

document.write("</p></div>");

}

