﻿if (location.href && !location.href.match(/\/english/ig)) {
    $(window).load(function () {
        jQuery('#siteimprove_searchinput').autocomplete({
            serviceUrl: 'https://search.siteimprove.com/autocomplete/autocomplete.aspx?callback=?',
            autoSubmit: true,
            minChars: 2,
            width: 250,
            maxHeiht: 120,
            deferRequestBy: 200,
            heighlight: true,
            params: { account_id: 358440, package_id: packageId },
            submitButtonName: '#siteimprove_searchinput',
            tooltipPretext: "Søg efter", offsetx: searchOffsetx, offsety: 2,
            submitAction: function (elm) { $('#replacement-1').click(); }
        });
    });
    $(window).load(function () {
        jQuery('#query').autocomplete({
            serviceUrl: 'https://search.siteimprove.com/autocomplete/autocomplete.aspx?callback=?',
            autoSubmit: true,
            minChars: 2,
            width: 226,
            maxHeiht: 120,
            deferRequestBy: 200,
            heighlight: true,
            params: { account_id: 358440, package_id: packageId },
            submitButtonName: '#query',
            tooltipPretext: "Søg efter", offsetx: -14, offsety: 2,
            submitAction: function (elm) { $('#a001submit').click(); }
        });
    });
}
