Surveypal Button that uses scale option

Note that scaling makes all of the content in the survey overlay appear smaller. Some texts might become hard to read.

// Build options for the library
var options = {
	sid: "628094447",
	key: "oZEfU_3KSl07KFIp81wUvoqysf-sJb8q5BV6Q-yGsPm5XZMAyYdsv2L5dLpN2gIW",
	type: "slide",
	location: "right middle",
	scale: 0.6,
	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);