<script>
window.addEventListener("load", function(){
var [script, id, js] = ["script", "weplant-js", ""];
var fjs = document.getElementsByTagName(script)[0];
if (!document.getElementById(id)) {
js = document.createElement(script);
js.id = id;
js.src = "https://widget.forestnation.com/widget.min.js";
fjs.parentNode.insertBefore(js, fjs);
}
window.weplantLayer = window.weplantLayer || [];
weplantLayer['uid'] = '#USERID#';
weplantLayer['refid'] = '#REFID#';
});
</script>