<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var searchdomain = "promart.co.uk"	// DOMAIN TO SEARCH

// SIMPLE GOOGLE SITE SEARCH


document.write('<form method="get" action="http://www.google.com/search" class="formmargin" target="_top">');
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('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="top">');
document.write('<INPUT type="text" name="q" size="20" maxlength="255" value="" class="searchsiteform"><br>');
document.write('</td><td valign="top">');
document.write('<INPUT TYPE="image" SRC="images/search-off.gif" border="0" onmouseover="this.src=\'images/search-on.gif\'" onmouseout="this.src=\'images/search-off.gif\'" alt="Search"><br>')
document.write('</td></tr><tr><td colspan="2">');
document.write('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>Promart Website <br>');
document.write('</td></tr></TABLE>');
document.write('</form>');

//  End -->
