
document.writeln('<div  id="footer">')
document.writeln('<p>')

//Example
//<a href="link location">This is a link that display at explorer</a>

document.writeln('<a href="http://alstern-technologies.com" target="_blank">Alstern Technologies Group</a> | ')
document.writeln('<a href="Privacy_Policy.html">Privacy Policy</a> | ')
document.writeln('<a href="legal.html">Legal</a> | ')
document.writeln('<a href="site_map.html">Site Map</a> | ')
document.writeln('<a href="mailto:alstern@singnet.com.sg" target="_blank">alstern@singnet.com.sg</a>')

//----------------------------------------------------------------------------------------------------------

document.writeln('</p>')
document.writeln('</div>')