Friday, October 16, 2009

hello



Reference Universe






Enter your search terms:






< script type="text/javascript">
function getKeyValue(e,form){
var key=e.keyCode || e.which;
if (key==13){
rusearch();
}
}
< /script>
< !--Insert the search box somewhere in your html. -->
< !--Make any style changes you want, but don't change the ids or names-->

< div id="ruSearchBox" style="border: 1px solid #666666; background-color:#FFFFFF;margin: 0 1.00em 1.00em 0; padding: 1.00em 0.75em;">
< div id="enterText" style="position: absolute; left: -1000em; width: 20em;">Enter your search terms:

< input type="text" id="ruSearchInput" size="30" onKeyPress="getKeyValue(event,this.form)" />
< div style="display:inline">

< /div>
< !-- /Reference Universe Search Widget -->