<!-- Begin

var dogmode	  = "no"	// SHOW DOGMODE COPYRIGHT

document.write('<span class="footer">');
document.write('<a href="index.html">home</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="services.htm">services</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="company.htm">company</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="registration.htm">registration</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="gallery.htm">gallery</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="webcams.htm">web cams</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="contact.htm">contact</a>');
document.write('<br>');

document.write('<img src="picts/spacer.gif">');

document.write('<br>All contents &copy;Copyright 2010 ');
document.write('<a href="index.html">DogMode</a><br>');

   if (dogmode == "yes") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://www.dogmode.com" target="_blank">Dogmode</a><br>');
}

document.write('</span>');


//  End -->
