

function init () {
    var button = document.getElementById ("generate_action"); 
    button.onclick = function () { alert ("Your customized sticker has been generated. You will now be redirected to the online shop that will ship it. Thank you!")};     
}; 

