﻿
var WLSearchBoxConfiguration =
	{
	    "global": {
	        "serverDNS": "www.bing.com",
	        "market": "en-GB"
	    },
	    "appearance": {
	        "autoHideTopControl": false,
	        "width": 800,
	        "height": 550,
	        "theme": "Blue"
	    },
	    "scopes": [
			{
			    "type": "web",
			    "caption": "&#x53;&#x51;&#x4c;&#x4b;&#x6e;&#x6f;&#x77;&#x48;&#x6f;&#x77;",
			    "searchParam": "( site:SQLKnowHow.com OR site:sqlblogcasts.com\/blogs\/simons\/ )"
			}
			,
			{
			    "type": "web",
			    "caption": "&#x57;&#x65;&#x62;",
			    "searchParam": ""
			}
		]
	}
                                
