// Wabana Kennels SubSite Side Nav
//
//    sitenav.js
//
//  Created August 5, 2002
//  Updated 
//
//  (c)2002 DogSoldier.com, LLC, Wabana Kennels
//
//

function site_nav() {

document.write('<center><!-- <font size=-"1"> -->');
document.write('<a href="index.html"><img src="images/but-welcome2.jpg" alt="" border="0"></a><br>');
document.write('<a href="caillou.html"><img src="images/but-caillou2.jpg" alt="" border="0"></a><br>');
document.write('<a href="sweepster.html"><img src="images/but-sweepster3.jpg" alt="" border="0"></a><br>');
document.write('<a href="sasha.html"><img src="images/but-sasha2.jpg" alt="" border="0"></a><br>');
//document.write('<a href="thrasher.html"><img src="images/but-thrasher2.jpg" alt="" border="0"></a><br>');

document.write('<a href="bibby.html"><img src="images/but-bibby.jpg" alt="" border="0"></a><br>');
//document.write('<a href="rosie.html"><img src="images/but-rosie2.jpg" alt="" border="0"></a><br>');
document.write('<a href="viggo.html"><img src="images/but-viggo.jpg" alt="" border="0"></a><br>');
document.write('<a href="kitty.html"><img src="images/but-kitty.jpg" alt="" border="0"></a><br>');
document.write('<a href="nova.html"><img src="images/but-nova2.jpg" alt="" border="0"></a><br>');

document.write('<a href="wabana_litters.html"><img src="images/but-wlitters.jpg" alt="" border="0"></a><br>');



document.write('<a href="rainbow.html"><img src="images/but-rainbow.jpg" alt="" border="0"></a><br>');
document.write('<a href="related_dogs.html"><img src="images/but-related.jpg" alt="" border="0"></a><br>');
document.write('<a href="links.html"><img src="images/but-direct3.jpg" alt="" border="0"></a><br>');


document.write('<br><br>');
document.write('<a href="http://www.wabanaflatcoats.com/penny-barbie.html"><b>Penny and Barbie</b></a>');

document.write('<br><br>');
document.write('<a href="http://www.wabanaflatcoats.com/gallery/NEvacation.html"><b>New England Vacation<br>or<br>Kitty and Viggo\'s<br>Excellent Adventure</b></a>');

document.write('<br><br>');
document.write('<a href="contact.html"><b>Contact us</b></a><br>');



document.write('<!-- </font> --></center>');
}


// print the links
site_nav();

