// JavaScript Document
// For simplicity sake, this site was built with recurring components converted to JavaScript and included in files
// This tactic will make site maintenance easy because if you want to update a component, just update the JS file
// and the changes will be reflected in all pages that use the component.
//
// Special Instructions:
// All HTML lines of text must be preceded with document.write{' and must end with ');
// All quotes in HTML must be prefaced with the backslash escape character, for example, \"
// The   code at the end of HTML lines is a forced non-breaking space

document.write('<div id="navigation">');
document.write('<a href="index2.html" class="primaryNav">Home</a> ');
document.write('<a href="events.html" class="primaryNav">Events</a> ');
document.write('<a href="cohosts+studs.html" class="primaryNav">Hosts+Studs</a> ');
document.write('<a href="nominations-2009.html" class="primaryNav">Nominees+Winners</a> ');
document.write('<a href="/SexFiles/SF-index.html" class="primaryNav">SeXXX Files</a> ');
document.write('<a href="history.html" class="primaryNav">History</a> ');
document.write('<a href="sponsors.html" class="primaryNav">Sponsor</a>');
document.write('<a href="http://grabbys2009.blogspot.com "target=_blank" class="primaryNav">Blog</a>');
document.write('</div>');
