
function notenbuch_notensuche3_braun(zanox_tracking_dll, zanox_tracking_param) 
{
	document.write('<table width="250" cellpadding="3" cellspacing="0" border="0">');
	document.write('<tr bgcolor="#DCB133">'); 
	document.write('<td align="left" valign="bottom" width="250">');
	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_braun.gif" width="200" height="14"><br>');
	document.write('<input type="text" NAME="lookup" size="25">'); 
	document.write('<input type="image" border="0" value="Go" name="Los" src="http://www.notenbuch.de/partner/forms/images/los_braun.gif" align="absmiddle" width="40" height="26">');
	document.write('<br>');
	document.write('<font size="1" face="Verdana" color="#000000"><b>Stichwort, Titel, Komponist...</b></font>');

	document.write('</td>');
	document.write('</form>');
	document.write('</tr>');
	document.write('</table>');
}