<!-- Begin

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


var teamlightning	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "50"	// SPACING ABOVE COPYRIGHT


document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS
document.write(' <a href="index.html">Home</a> ');

document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');

document.write(' <a href="galleries.html">Galleries</a> ');

document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');

document.write(' <a href="about.html">About</a> ');

document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');

document.write(' <a href="contact.html">Contact</a>');


// START COPYRIGHT

document.write('<br><br>Copyright &copy; 2011 Carter RB Design. All Rights Reserved.<br>');


if (teamlightning == "yes") {
document.write('Website Design and Hosting provided by <a href="http://teamlightning.com" target="_blank">Team Lightning</a>.<br>');
}

document.write('<br>');


//  End -->
