<!-- Begin
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Microsoft Internet Explorer" && bVer >= 4) {
document.write('<a href="javascript:bookmarkindex();">bookmark us</a>');
}
else {
document.write('Use Ctrl & D to Bookmark this page.');
}

function bookmarkindex(){
window.external.AddFavorite("http://www.dogresources.com", "DogResources.com - Your #1 Resource for Dogs ")
}
// End -->
