﻿var WLSearchBoxConfiguration =
	{
	    "global": {
	        "serverDNS": "www.bing.com",
	        "market": "de-DE"
	    },
	    "appearance": {
	        "autoHideTopControl": false,
	        "width": 600,
	        "height": 450,
	        "theme": "Blue"
	    },
	    "scopes": [
			{
			    "type": "web",
			    "caption": "&#x4b;&#x6c;&#x69;&#x65;&#x72;&#x73;&#x4b;&#x6e;&#x6f;&#x63;&#x6b;",
			    "searchParam": "site:www.kliersknock.de"
			}
			,
			{
			    "type": "web",
			    "caption": "&#x77;&#x65;&#x62;",
			    "searchParam": ""
			}
		]
	}
