Surveypal Button that has width, height and top options in use

The size options make survey overlay appear smaller on the screen and change its vertical position.

// Build options for the library
var options = {
	sid: "628094447",
	key: "oZEfU_3KSl07KFIp81wUvoqysf-sJb8q5BV6Q-yGsPm5XZMAyYdsv2L5dLpN2gIW",
	type: "slide",
	location: "left low",
	width: 0.5,
	height: 0.5,
	top: 0.45,
	cssname: "surveypal-button-1.0.2.css"
};

// Fetch library from Surveypal cdn
(function(w, t, o) {
	var s='script',ns='sb',e,n;
	var h="https://srvpleu1data1.blob.core.windows.net/code/";
	e=t.createElement(s);
	e.async=1;
	e.src=h+'surveypal-button-1.0.2.js';
	w[ns]=w[ns]||{};
	w[ns].o=o;w[ns].h=h;
	n=t.getElementsByTagName(s)[0];
	n.parentNode.insertBefore(e,n);
})(window, document, options);