/*
1. Use \' or \" to write ' or "
2. \n at the end of line creates a new line in printed code for readability
3. Insert following line in html
---inside head area:
<script language="JavaScript" type="text/JavaScript">
---inside body area:
<script language="JavaScript" type="text/javascript" src="footer.js"></script>
*/

footer='<center><strong>'
footer+='<a href="index.htm">Home</a></strong> | <strong>'
footer+='<a href="course.htm">Course Highlight</a></strong> | <strong>'
footer+='<a href="rate_schedule.htm">Rate & Web Special</a></strong> | <strong>'
footer+='<a href="frameset_booking.htm" target="_blank">Online Booking</a></strong>'
footer+='</center>'

document.write(footer)