// Begin
// NOTE: If you use a ' add a slash before it like this \'

var copyright	= "no"	// SHOW COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO

document.write('<span class="footer">');
document.write('<a href="/index.html">Homepage</a>');
document.write(' | ');
document.write(' <a href="http://www.alpineweb.com/company/index.html">About Us</a>');
document.write(' | ');
document.write(' <a href="/contact/index.html">Contact Us</a>');
document.write('<br />');
   if (w3clogo == "yes") {
document.write('<br /><a href="http://www.w3.org/"><img src="/assets/picts/w3c.gif" alt="Valid XHTML 1.0 Transitional" border="0" vspace="6" /></a><br />');
}

document.write('<br />All contents &copy; Copyright 2010 ');
document.write('<a href="/policies/copyright.html">AlpineWeb Design</a><br />');

   if (copyright == "yes") {
document.write('Site Design © 2010 All Rights Reserved <a href="http://www.alpineweb.com/" target="_blank">AlpineWeb Design</a> & <a href="http://www.alpineweb.com/hosting/index.html" target="_blank">Hosting</a><br />');
}

document.write('</span><br /><br />');
//  End -->
