Why not have a neat search box on your site? It gives your visitors greater convenience to quickly look up a title, is unobtrusive and provides interactive content to your site.
<script type="text/javascript"> <!-- function setAction( value ) { if( value != "" ) { document.cdwowsearch.action='/searchresults_' + value + '.php'; } else { document.cdwowsearch.action='/searchresults_cd.php'; } } //--> </script> <table width="175" cellpadding="0" cellspacing="0" align="center" border="0"> <tr> <td> <a href="http://www13.cd-wow.com"> <img src="http://images-cache.cd-wow.com/images/affiliates/cdw_affiliates_srch_hed.gif" alt="" width="175" height="20"> </a> </td> </tr> <tr> <td align="center"> <table width="100%" cellpadding="4" cellspacing="0" style="background: #555979; border: 1px solid #000;"> <form name="cdwowsearch" method="get" action="searchresults_cd.php"> <tr> <td> <span style="font: normal 9px Tahoma, Verdana, sans-serif; color: #fff;">Search by CD, DVD, Game or Book:</span><br> <input type="hidden" name="affid" value="your_affiliate_ID_number"> <select name="category" onchange="setAction( this.options[ this.selectedIndex].value )"> <option value="cd">CDs</option> <option value="dvd">DVDs</option> <option value="game">Games</option> <option value="book">Books</option> </select><br /> <input type="text" name="searchfield" style="background: #ffc; width: 95px;"> <input type="submit" align="absmiddle" value="Go! »" title="Search" style="font:bold 10px Tahoma,Verdana,sans-serif;color:#fff;background-color:#c00;border:1px solid #e1eaf7;" ><br> </td> </tr> </form> </table> </td> </tr> <tr> <td> <img src="http://images-cache.cd-wow.com/images/affiliates/cdw_affiliates_srch_foot.gif" alt="" width="175" height="12"> </td> </tr> </table>