$(function () {
			$("#rabocountries").rabocountries({
					title: "Rabobank Worldwide",
					submitImage: "/content/images/submit.gif",
					mapImage: "/content/images/worldmap.png",
					placeHolderText: "Enter country name...",
					width: 177, 
					height: 217, 
					popup: {
						position: "left", 
						distance: 10,
						opacity: 0.99,
						closeImage: "/content/images/close.png"
					},
					data : "/content/applications/offices/slf.json",
					countrySheet:{
						lineLimit: 8,
						lineSupplements: 5
					}
				});
		})
