<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var BLUEFOX	  = "yes"	// SHOW BLUE FOX COPYRIGHT




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="profile.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Resources</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="privacy.htm">Privacy</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');


document.write('<br>');

   






   if (BLUEFOX == "no") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://bluefoxwebdesign.com" target="_blank">Blue Fox Web Design</a> <br>');
}




document.write('<br>');

//  End -->
