<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT



document.write('<font color="#ffffff">');
document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.php"><font color="#ffffff">Home</font></a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm"><font color="#ffffff">About</font></a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm"><font color="#ffffff">Contact</font></a>');




document.write('<br><br>All contents &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="index.php"><font color="#ffffff">Evergreen Tree & Landscaping</font></a><br>');













   if (allwebco == "yes") {
document.write('Site Design by <a href="http://www.hamptonswebdesign.com" target="_blank"><font color="#ffffff">Hamptons Web Design</font></a><br>');
}



document.write('<br>');

document.write('</font>');


//  End -->
