function writeJS(){
var str='';
str+='<img src="images\/leftbar.png" usemap="#leftbarMap" border=0>';
str+='<map name="leftbarMap">';
str+='  <area shape=RECT coords="4,22,165,41" href="index.php" alt="Return to Home Page"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Return to Home Page\'; return true">';
str+='  <area shape=RECT coords="4,47,165,65" href="aboutus.html" alt="More Information about the Irish Baptist College"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'About the Irish Baptist College\'; return true">';
str+='  <area shape=RECT coords="4,72,165,89" href="courses/index.php" alt="Details of Courses available at IBC"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Course Information\'; return true">';
str+='  <area shape=RECT coords="4,96,165,114" href="courses/index.php?parttime" alt="Details of Part-time Courses offered by IBC"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Part-time Course Information\'; return true">';
str+='  <area shape=RECT coords="3,120,166,137" href="studentlife.html" alt="Information on Student Life and Studies in the College."  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Student Life\'; return true">';
str+='  <area shape=RECT coords="4,144,166,161" href="whatson.html" alt="Find out whats on and when.  Events, Student Deadlines and much more."  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'College Calendar\'; return true">';
str+='  <area shape=RECT coords="4,168,165,186" href="fees.html" alt="Details of fees for College Courses"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'College Course Fees List\'; return true">';
str+='  <area shape=RECT coords="4,191,165,210" href="faculty-1.html" alt="Find out more about the College Faculty and guest lecturers."  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Faculty Profiles\'; return true">';
str+='  <area shape=RECT coords="4,216,165,233" href="baptists.html" alt="Who are the Irish Baptist and what do we believe?"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Find out about Irish Baptists\'; return true">';
str+='  <area shape=RECT coords="3,239,166,256" href="links.html" alt="Some Recommendations and useful Resource Links"  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Recommended Links\'; return true">';
str+='  <area shape=RECT coords="3,264,165,280" href="contact.html" alt="For any information or Comments about the College, courses or something you have seen on the website."  OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'Contact the College Registrar\'; return true">';
str+='  <area shape="RECT" coords="6,310,166,332" href="historical.html" alt="Historical Society" OnMouseOut="window.status=\'\'; return true"  OnMouseOver="window.status=\'About the Irish Baptist Historical Society.\'; return true">';
str+='<\/map>';
document.write(str);
}
writeJS();
