{source}
<!-- Copy the code below and paste it on the page where you want to show the search results.
The page can contain a <div> element with id='busqueda' where the results will be inserted. -->
<!-- Search Engine Code Start-->
<div style='padding:5px;display:none;position:absolute;background:black;filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;z-index:990' id='xtr_bghider'></div>
<div style='display:none;position:absolute;z-index:999;overflow:auto;padding:20px;border:15px solid black;background:white;' id='xtr_def_results'></div>
<link rel="stylesheet" type="text/css" href="/buscador/sesajax.css" />
<script type="text/j-avascript" src="/buscador/sesajax.js"></script>
<form name="SearchForm" id="SearchForm" action="#" on-submit="return false">
<input name="ae" type="hidden" value="ß">
<span class="b_normal"><style type='text/css'>
<!--
.b_normal {font-size:12px;color:#003063;font-family:Verdana,Arial,Helvetica}
-->
</style>Busqueda:
<input id="ses-q-field" type="text" name="q" size="20">
<input type="submit" value="Buscar">
<br />
<input type="radio" name="op" value="and" checked>todas las palabras</input>
<input type="radio" name="op" value="or">cualquier palabra</input>
<input type="radio" name="op" value="ph">frase exacta</input>
</span>
</form>
<!-- Search Engine Code End-->
<!-- Below is HTML code of a simple version of the search box that you can put on every page of your web site.
Note that you need to change the 'action' attribute of the <form> element first so it points to the page where
you will paste the search engine code above.
You can get HTML code of the fully-featured search box for use on every page of your web site in
the Search Box Builder dialog. In the dialog, click the 'Get HTML Code...' button and copy the code.
<form name="SearchForm" id="SearchForm" action="HTTP path pointing to the page where you will paste the Ajax-based search engine code">
<input type="text" name="q" size="20">
<input type="submit" value="Go">
</form>
-->
<div id="busqueda" style="padding: 10px; margin-top:20px;"></div>
{/source}