El siguiente segmennto de código permite realizar consultas hacia el metabuscador de Agrored Perú, solo tienes que copiarlo en el lugar que prefieras en tu portal.
<table width="100%">
<tr>
<td>
<img alt="logo agrored" src="http://www.agroredperu.org/metabuscador/img_diseno/logo.jpg"
style="height: 22px; width: 147px" />
</td>
<td style="width: 100%">
<input id="agrored_q" name="agrored_q" type="text" style="width: 100%; background-color: #ffffff;
border: 1px solid #000000; height: 20px" />
</td>
<td>
</td>
<td>
<input type="button" name="agrored_plugin" value="Buscar" id="agrored_plugin" style="border: 1px solid #000000;
height: 25px; width: 70px" onclick="window.open('http://www.agroredperu.org/metabuscador/?q=' + document.getElementById('agrored_q').value + '&dominio=' + document.domain,'','')" />
</td>
</tr>
</table>