<!-- 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">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="installation.htm">Installation</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="services.htm">Services</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="blowouts.htm">Blowouts</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="products.htm">Products</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');



document.write('<br>');




document.write('<br>All contents &copy;Copyright 2010 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Sprinklers, Inc.</a><br>');







   if (bluefox == "yes") {
document.write('Site Design &copy; 2009 All Rights Reserved <a href="http://bluefoxwebdesign.com" target="_blank">Blue Fox Web Design</a> <br>');
}




document.write('<br>');

//  End -->