var body = new StringBuffer();

body.append("<table border='0' cellpadding='0' cellspacing='0' width='585' height='50'>");
body.append("<tr>");
body.append("<td width='117' valign='top' height='50'>");
body.append("<p align='left'><a title='College Profile' href='/awareness/about_profile.asp'>");
body.append("<img border='0' img src='/awareness/images/05/about_profile.jpg' width=117 height=50 onmouseover=this.src='/awareness/images/05/about_profile_over.jpg'; onmouseout=this.src='/awareness/images/05/about_profile.jpg'; border='0'></a></td>");
body.append("<td width='117' valign='top' height='50'>");
body.append("<p align='left'><a title='Vision & Values' href='/awareness/about_vision.asp'>");
body.append("<img border='0' img src='/awareness/images/05/about_vision.jpg' width=117 height=50 onmouseover=this.src='/awareness/images/05/about_vision_over.jpg'; onmouseout=this.src='/awareness/images/05/about_vision.jpg'; border='0'></a></td>");
body.append("<td width='117' valign='top' height='50'>");
body.append("<p align='left'><a title='President's Profile' href='/awareness/about_president.asp'>");
body.append("<img border='0' img src='/awareness/images/05/about_president.jpg' width=117 height=50 onmouseover=this.src='/awareness/images/05/about_president_over.jpg'; onmouseout=this.src='/awareness/images/05/about_president.jpg'; border='0'></a></td>");   
body.append("</td>");      
body.append("<td width='117' valign='top' height='50'>");    
body.append("<p align='left'><a title='Organizational Chart' href='/awareness/about_org.asp'>");
body.append("<img border='0' img src='/awareness/images/05/about_org.jpg' width=117 height=50 onmouseover=this.src='/awareness/images/05/about_org_over.jpg'; onmouseout=this.src='/awareness/images/05/about_org.jpg'; border='0'></a></td>");    
body.append("<td width='117' valign='top' height='50'>");
body.append("<p align='left'><a title='Maps & Directions' href='/awareness/about_maps.asp'>");
body.append("<img border='0' img src='/awareness/images/05/about_maps.jpg' width=117 height=50 onmouseover=this.src='/awareness/images/05/about_maps_over.jpg'; onmouseout=this.src='/awareness/images/05/about_maps.jpg'; border='0'></a></td>");
body.append("</td>");
body.append("</tr>");
body.append("</table>");

document.writeln(body.toString());





