makeBar = '<font color="#800000"> | </font>' ;
linkapostrophe = "'" ;
var d = new Date();
thisYear = d.getUTCFullYear();

document.write('<p align=center><b><font size="2" color="#FFFFFF" face="Verdana">');

// document.write(makeBar + '<a href="available_adults.html"><font color="#ff0000">Adult Dogs For Sale</font></a>');
document.write(makeBar + '<a href="lance/Lance.html">Lance' + linkapostrophe + 's page</a>');
document.write(makeBar + '<a href="our_boys.html">Our Boys</a>');
document.write(makeBar + '<a href="our_girls.html">Our Girls</a>');
document.writeln(makeBar + '<br>');

// document.write(makeBar + '<a href="puppy_availability.html"><font color="#ff0000">Puppy Availability</font></a>');
// document.write(makeBar + '<a href="available_minis.html"><font color="#ff0000">Available Minis!</font></a>');
document.write(makeBar + '<a href="puppy_photos.html">Puppy Photos!</a>');
document.write(makeBar + '<a href="protocol.html">Potty Protocol 101</a>');
// document.write(makeBar + '<a href="Puppyapplication.htm">Puppy Application</a>');
document.write(makeBar + '<a href="pictures.html">Photos</a>');
document.writeln(makeBar + '<br>');

document.write(makeBar + '<a href="history.html">Labradoodle History</a>');
document.write(makeBar + '<a href="what_to_expect_from_us.html">What To Expect</a>');
document.write(makeBar + '<a href="mailto:forestpark@labradoodlebreeder.net">Contact Us</a>');
document.write(makeBar + '<a href="index.html">Home</a>');
document.writeln(makeBar + '</font></b></p>');

document.writeln('<p class="MsoNormal" align="center"><FONT face="Verdana" size=1><B>© 2004-' + thisYear + ' Forest Park Labradoodles</B><BR>All information and pictures copyrighted.<BR>Use without permission is prohibited.</FONT></p><br><br>');

