<!-- Begin

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




document.write('<a href="index.html">Home</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="gallery1.htm">Gallery</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="store.htm"target=_blank>Client Viewing</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="services.htm">Services</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="gal_prints.htm">Fine Art Prints</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="books.htm">Book Store</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="equipment.htm">Equipment</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="http://watersedgephotography.blogspot.com/"target=_blank">Blog</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Links</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About Us</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');




document.write('<br><br>All contents &copy;Copyright 2007 ');


// EDIT THE NEXT LINE

 
document.write('<a href="index.html">Waters Edge Photography / Luis Morales</a><br>');

document.write('<br>');

document.write("East Brunswick, NJ 08816");

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

document.write("(732) 325-3470");

var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}





//  End -->