/*
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>'
footer+='<a class="footer" href="http://www.zmostechnology.com/index.html">Home</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/about.html">About Us</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/milestone.html">Milestones</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/technology.html">Technology</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/product.html">Products</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/partners.html">Partners</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/sales.html">Sales</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/careers.html">Careers</a> | '
footer+='<a class="footer" href="http://www.zmostechnology.com/contact.html">Contact Us</a>'
footer+='</center>'

document.write(footer)