<!-- Begin
var ad = how_many_ads=(4) 
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;



if (ad==1) {
txt="Fish hardware? ---- then visit our good friends at rvrfshr products!";
url="http://www.rvrfshr.com/";
alt="rvrfshr products";
banner="http://www.steelheadnotebook.net/images/newrvrfshrlogo_medium.jpg";
width="245";
height="180";
}

if (ad==2) {
txt="Steelhead jigs and soft plastics to help you catch more steelhead!";
url="http://kramertackleandguide.com/";
alt="Kramer Tackle and Guide";
banner="http://www.steelheadnotebook.net/images/kramertackle.gif";
width="460";
height="73";
}

if (ad==3) {
txt="Salmon, Steelhead and Sturgeon fishing in British Columbia";
url="http://bentrods.ca";
alt="Bent Rods Guide Service";
banner="http://www.steelheadnotebook.net/images/bentrodsbanner.gif";
width="400";
height="60";
}

if (ad==4) {
txt="The finest steelhead and and salmon jigs available anywhere";
url="http://www.firstbitejigs.com/";
alt="First Bite Jigs, LLC";
banner="http://www.steelheadnotebook.net/images/FirstBiteBanner.jpg";
width="267";
height="99";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
