// JavaScript Document
//write in about section links
document.writeln('<p><span class="heavyred strong bold">Points of Interest</span><br>')
document.writeln('<a href="index.htm">About RIMG Home</a><br><a href="history.htm">RIMG History</a><br>')
document.writeln('<a href="staff.htm">RIMG Staff</a><br></p>')

//write in about section downloads
document.writeln('<p><span class="heavyred strong bold">Downloads</span><br>')
document.writeln('<a href="#">Properties for Sale</a><br>')
document.writeln('<a href="#">Properties for Rent</a><br>')
document.writeln('<a href="../assets/documents/rimgbrochure.pdf">RIMG Brochure</a><br></p>')