
function generateSidebar() {
	document.write('<br />&nbsp;<br />&nbsp;<br />');
	document.write('<p>');
	document.write('<a href="index.html">Home</a><br /><br />');
	document.write('<a href="products.html">Products</a><br /><br />');
	document.write('<a href="news.html">News</a><br /><br />');
	document.write('<a href="http://superioritystudios.blogspot.com/" target="_blank">Staff Blog</a><br /><br />');
	document.write('<a href="company.html">Company</a><br /><br />');
	document.write('<a href="support.html">Support</a>');
	document.write('</p>');	
}

function generateFooter() {
	document.write('<a href="privacy.html">Privacy Policy</a> - <a href="termsofuse.html">Terms of Use</a><br />');
	document.write('&copy;2009 Superiority Studios. All rights reserved.');
}