var ShSettings={
  "shvDB":"web-tronics",
  "storeURL":"www.web-tronics.com",
  "yahooID":"webtronics",
//  "cartURL":"http://order.store.yahoo.net/cgi-bin/wg-order?webtronics",
  "cartURL":"/viewCart",
  "otherLink":"http://order.store.yahoo.net/cgi-bin/wg-order?webtronics",
  "allowSpellCorr":true,
  "allowFilters":true,
  "autoShowFilters":true,
  "permFilter":null,
  "filtCount":6,
  //"sortBy":[['Price',0,1],['Newest',1],['Alphabetical',11]],
  "sortBy":[],
  "pricelbl":"",
  "bottomElt":null,
  "callback":"",
  "lbItemHeight":200,
  "lbItemWidth":200,
  "lbItemPadding":15,
  "lbRowCount":6 };
document.write('<link rel="stylesheet" href="/static/css/shoptivate-d3.css" />');
<!--document.write('<link rel="stylesheet" href="http://web-tronics.shoptivate.com/override.css" />');-->
document.write('<div id="shvshade"></div>');
document.write('<div id="shscont" style="display:none"><input id="shstate" style="display:none"/></div>');
document.write('<div id="shcontent">');
document.write('<script src="/static/shv-d-code16.js" ></script>');

function tryNewSearch() {
    var elts = document.getElementsByTagName('area');
    for (var i=0; i<elts.length; ++i) {
        var elt = elts[i];
        if (elt.href.substring(elt.href.length-12)=='nsearch.html') {
            elt.onclick = function() {startShoptivate(); return false;};
            return;
        }
    } 
    setTimeout(tryNewSearch, 500);
}
setTimeout(tryNewSearch, 500);

