// Nik, Nicola Zordan: Google Search
// <script language="JavaScript" src="GSearch.js"></script>

function WriteGoogleSearch() {
document.write('<FORM method=GET action=http://www.google.com/custom>');
document.write('<INPUT TYPE=text name=q size=11 maxlength=255 value="Commerce" 0value="Nicola Zordan"><INPUT type=submit name=sa VALUE="Google" 0VALUE="Search">');
//document.write('<INPUT type=hidden name=cof VALUE="BIMG:http://www.nicolazordan.net/Nik/nz.gif;L:http://www.nicolazordan.net/Nik/banner.gif;AH:center;AWFID:fce69659431b28bb;">');
document.write('<INPUT type=hidden name=cof VALUE="BIMG:http://www.nicolazordan.net/background.jpg;L:http://www.nicolazordan.net/Nik/banner.gif;AH:center;AWFID:fce69659431b28bb;">');
document.write('<SMALL><FONT FACE="arial,sans-serif">');
document.write('<input type=hidden name=domains value="www.nicolazordan.net"><br>');
document.write('<input type=radio name=sitesearch value="www.nicolazordan.net" checked> <A HREF="http://www.NicolaZordan.net"><FONT COLOR="cyan">NZ<!--Nicola Zordan--></FONT></A> ');
document.write('<input type=radio name=sitesearch value="" 0checked> <A HREF="http://www.google.com"><FONT COLOR="white">www</FONT></A> ');
document.write('<input type=radio name=sitesearch value="www.lansa.com" 0checked> <A HREF="http://www.LANSA.com"><FONT COLOR="lime">LANSA</FONT></A> ');
document.write('</FONT></FONT>');
document.write('</FORM>');
};

WriteGoogleSearch();

