<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="custom google search by thecharge" width ="550" height="200">
</ModulePrefs>
<Content type="html"><![CDATA[
<form method="get" action="http://www.google.com/custom">
<script language="JavaScript" type="text/javascript">
<!--
function search_google(){
window.open("http://www.google.com/search?q="+document.search.query.value);
}
</script>
<form>
<input type="image" title="Search on the web" src=" http://www.google.bg/intl/en_com/images/logo_plain.png" width="138" height="55" align="center">
</br><input type="text" name="query" value="" title="Search in google(Made by Radoslav Sandov)">
<input type="submit" value="Search Google" onClick="search_google()">
</form>
]]>
</Content>
</Module>
