<!--
function writeJS(){
var str='';

str+='<table cellspacing="0" cellpadding="0" border="0">';

str+=	'<tr>';

str+=		'<td>';

str+=			'<form method="get" style="margin:0;" action="http:\/\/www.picosearch.com\/cgi-bin\/ts.pl">';
str+=			'<input type="hidden" name="index" value="455401" \/>';

str+=				'<tr>';
str+=					'<td>';
str+=					'<a href="http:\/\/www.picosearch.com\/">';
str+=					'<\/td>';
str+=				'<\/tr>';

str+=				'<tr>';
str+=					'<td>';
str+=					'<input type="text" name="query" value="zoektekst" size="20" \/>';
str+=					'<\/td>';
str+=				'<\/tr>';

str+=				'<tr>';
str+=					'<td>';
str+=					'<br \/>';
str+=					'<\/td>';
str+=				'<\/tr>';

str+=				'<tr>';
str+=					'<td>';
str+=					'<input type="submit" value="Zoeken" \/>';
str+=					'<\/td>';
str+=				'<\/tr>';

str+=			'<\/form>';

str+=		'<\/td>';

str+=	'<\/tr>';

str+='<\/table>';

document.write(str);
}
writeJS();
//-->