<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO

document.write('<span class="footer">');


document.write('<br>All contents ©Copyright 2009 ');

// EDIT THE NEXT LINE

document.write('<a href="index.html">K.R. Swerdfeger Construction, Inc.</a><br>');


   if (allwebco == "yes") {
document.write('Site Design © 2009 All Rights Reserved <a href="http://amynet.com" target="_blank">Northeast Consulting Inc.</a><br>');
}

document.write('</span>');


//  End -->
