function notenbuch_notensuche1mint(zanox_tracking_dll, zanox_tracking_param) 
{
	document.write('<table width="100" cellpadding="3" cellspacing="0" border="0">');
	document.write('<tr bgcolor="#00E2D4">'); 
	document.write('<td align="left" valign="bottom" width="188">');
	document.write('<form action="'+ zanox_tracking_dll +'" method="get" target="_blank">');
	document.write('<input type="hidden" name="'+ zanox_tracking_param +'" value="http://www.notenbuch.de/productlist2.aspx?dmy=1">');
	document.write('<input type="hidden" name="anzahl" value="10">');

	document.write('<img border="0" src="http://www.notenbuch.de/partner/forms/images/notensuche_schwarz_gross.gif" width="100" height="19"><br>');
	document.write('<input type="text" NAME="lookup" size="10">'); 
	document.write('<input type="image" border="0" value="Go" name="Los" src="http://www.notenbuch.de/partner/forms/images/los_gruen.gif" align="absmiddle" width="40" height="26">');
	document.write('<br>');
	document.write('<font size="1" face="Verdana" color=#000000><b>Stichwort, Titel,...</b></font>');

	document.write('</td>');
	document.write('</form>');
	document.write('</tr>');
	document.write('</table>');
}