// JavaScript Document
var str = '<div align="center" id="footer"><span class="textwhite">';
if(location.pathname != "/main/faq.html")
	str += '<a href="faq.html">FAQ</a> | ';
//if(location.pathname != "/main/details.html")
//	str += '<a href="details.html">Details</a> | ';

str += '<a href="http://iscrybe.wordpress.com">Blog</a> | <a href="../forums/index.php">Forum</a><br>';
str += '<span class="textwhite">All content on this site is copyright &copy;2006 Scrybe. All rights reserved. <br>';
str += 'Read our <a href="PrivacyPolicy.htm" target="_blank">privacy policy</a> &amp; <a href="TermsAndConditions.htm" target="_blank">terms of service</a>.</span></div>';
document.write(str);