// STRANGE AEONS Navigation section

document.write('<a href="index.html" target="_top">HOME</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&#8226;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="store.html" target="_top">STORE</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&#8226;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="gallery.html" target="_top">GALLERY</a>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&#8226;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<a href="contact.html" target="_top">CONTACT</a>');

