
function generateHeader() {
	document.write('<a href="http://www.superioritystudios.net">');
	document.write('<img src="../sslogo.png" border="0" width="60" height="60" alt="Superiority Studios Logo" />');
	document.write('</a>');
}

function generateLinks() {
	document.write('<a id="homelink" href="index.html" title="Home"><span>Home</span></a>&nbsp;');
	document.write('<a id="featureslink" href="features.html" title="Features"><span>Features</span></a>&nbsp;');
	document.write('<a id="gameguidelink" href="gameguide.html" title="Game Guide"><span>Game Guide</span></a>&nbsp;');
	document.write('<a id="screenshotslink" href="screenshots.html" title="Screenshots"><span>Screenshots</span></a>&nbsp;');
	document.write('<a id="downloadlink" href="download.html" title="Download"><span>Download</span></a>');
}

function generateFooter() {
	document.write('<a href="../privacy.html" target="_blank">Privacy Policy</a> - <a href="../termsofuse.html" target="_blank">Terms of Use</a><br />');
	document.write('&copy;2009 Superiority Studios. All rights reserved.');
}