[-- IF ANALYTICS_MULTI_DOMAIN --]
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="get" onSubmit="javascript:__utmLinkPost(this)">
[-- ELSE --]
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="get">
[-- END_IF --]
  <input type="hidden" name="storeid" value="[-- STORE.ID --]">
  <br><span class="nobr">
  [-- STORE.Search --]<br><input type="text" name="search_field" class="search" size="13">
  <input type="submit" value="[-- STORE.Go --]">
  </span>
</form>