//
// In der folgenden Textzeile setzen Sie Ihre Amazon Partner-ID
//

partnerid="michaelspferd-21";

//
// Ab hier machen Sie keine Änderungen mehr
//

function searchbox() {
	document.writeln('			<form method="get" action="http://www.amazon.de/exec/obidos/external-search?tag='+partnerid+'">');
	document.writeln('			<table border="0" cellPadding="1" cellSpacing="0" bgcolor="#000000">');
	document.writeln('				<tr>');
	document.writeln('					<td>');
	document.writeln('						<table border="0" cellPadding="2" cellSpacing="0" align="center" bgcolor="#FFFFFF">');
	document.writeln('							<tr>');
	document.writeln('								<td bgcolor="#FFFFFF" align="right" valign="middle"><font class="BooksSearchBold">Suchen in:</font></td>');
	document.writeln('								<td bgcolor="#FFFFFF" align="left"  valign="middle"><font class="BooksSearch"><select name="index">');
	document.writeln('									<option value="blended" selected>Alle Produkte');
	document.writeln('									<option value="books-de">B&uuml;cher');
	document.writeln('									<option value="books-de-intl-us">Englische B&uuml;cher');
	document.writeln('									<option value="music">Pop Musik');
	document.writeln('									<option value="music-tracks">Song Titel');
	document.writeln('									<option value="classical-music">Klassik');
	document.writeln('									<option value="video-dvd-de">DVDs &amp; Video');
	document.writeln('									<option value="dvd-de">DVD');
	document.writeln('									<option value="vhs-de">Video');
	document.writeln('									<option value="video-games-de">PC- &amp; Videospiele');
	document.writeln('									<option value="software-de">Software');
	document.writeln('									<option value="ce-de">Elektronik &amp; Foto');
	document.writeln('									</select>');
	document.writeln('									</font>');
	document.writeln('								</td>');
	document.writeln('							<tr>');
	document.writeln('								<td bgcolor="#FFFFFF" align="right" valign="middle"><font class="BooksSearchBold">Suchbegriffe:</font></td>');
	document.writeln('								<td bgcolor="#FFFFFF" align="left"  valign="middle"><font class="BooksSearch"><input type="text" name="keyword" size="10" value=""><input type="hidden" name="tag" value="'+partnerid+'"><input type="hidden" name="tag-id" value="'+partnerid+'"><span style="width:5px;"></span><input type="image" value="Los" name="Los" src="gifs/los.gif" align="middle"></font></td>');
	document.writeln('							</tr>');
	document.writeln('							<tr>');
	document.writeln('								<td colspan="2" valign="top" align="center" bgcolor="#000000"><a href="http://www.amazon.de/exec/obidos/redirect-home?tag='+partnerid+'&amp;site=home" target="_blank"><img width="126" height="32" src="gifs/amznlogo.gif" border="0" hspace="0" vspace="0" alt="In Partnerschaft mit Amazon.de"></a></td>');
	document.writeln('							</tr>');
	document.writeln('						</table>');
	document.writeln('					</td>');
	document.writeln('				</tr>');
	document.writeln('			</table>');
	document.writeln('			</form>');
}
