<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var searchdomain	= "portwine.com"		// DOMAIN TO SEARCH




// SIMPLE GOOGLE SITE SEARCH




// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law




document.write('<form method="get" action="http://www.google.com/search" class="formmargin">');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="hidden" name="domains" value="'+searchdomain+'">');
document.write('<td align="center"><table cellpadding="0" cellspacing="0" border="0" class="search-box"><tr><td>');







document.write('<span class="smalltitle">Search <INPUT type="text" name="q" size="15" maxlength="255" class="searchform">');

document.write('</td><td>');


document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search">');

document.write('</td></tr><tr><td colspan="0">');


document.write('<input type=radio name=sitesearch value="'+searchdomain+'" checked><span class="smalltitle6">PortWine.Com <input type="radio" name="sitesearch" value=""><span class="smalltitle8">Google ');



document.write('</td></tr></TABLE>');


document.write('</form>');

 
document.write('</td></tr></table></span>');




//  End -->


