<!-- Begin
var how_many_ads = 1;
var ad = Math.round(Math.random() * how_many_ads);
if (ad==0) {
txt="Disc Hounds Catalog";
url="http://www.dischounds.com/new/DHcatalog.pdf";
alt="Disc Hounds Catalog";
banner="http://www.dischounds.com/flash/cat.jpg";
width="100";
height="130";
}
if (ad==1) {
txt="Disc Hounds Catalog";
url="http://www.dischounds.com/new/DHcatalog.pdf";
alt="Disc Hounds Catalog";
banner="http://www.dischounds.com/flash/cat.jpg";
width="100";
height="130";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + '</small></a>');
document.write('</center>');
// End -->
// JavaScript Document