testAjax(function(output){
var parser = new DOMParser();
var doc = parser.parseFromString(output, "text/html");
var stickerArray = Array.from( doc.querySelectorAll('.sticker') );
if ( stickerArray.length ) {
stickerArray.forEach( function (sticker) {