var alex = document.querySelector('#alex_action_emotion');
alex.setAttribute('data-selections','[{"type":"RECOMMEND","animation":"POPUP","image":"https://t1.daumcdn.net/harmony_static/alex_emotion/RECOMMEND_1x.png","highResImage":"https://t1.daumcdn.net/harmony_static/alex_emotion/RECOMMEND_2x.png"},{"type":"LIKE","animation":"POPUP","image":"https://t1.daumcdn.net/harmony_static/alex_emotion/LIKE_1x.png","highResImage":"https://t1.daumcdn.net/harmony_static/alex_emotion/LIKE_2x.png"},{"type":"IMPRESS","animation":"POPUP","image":"https://t1.daumcdn.net/harmony_static/alex_emotion/IMPRESS_1x.png","highResImage":"https://t1.daumcdn.net/harmony_static/alex_emotion/IMPRESS_2x.png"},{"type":"ANGRY","animation":"POPUP","image":"https://t1.daumcdn.net/harmony_static/alex_emotion/ANGRY_1x.png","highResImage":"https://t1.daumcdn.net/harmony_static/alex_emotion/ANGRY_2x.png"},{"type":"SAD","animation":"POPUP","image":"https://t1.daumcdn.net/harmony_static/alex_emotion/SAD_1x.png","highResImage":"https://t1.daumcdn.net/harmony_static/alex_emotion/SAD_2x.png"}]');
var itemKey = alex.getAttribute('data-item-key');
if (isNumber(itemKey))
alex.setAttribute('data-item-key', '@' + itemKey);
function isNumber(x) {
return !isNaN(Number(x));
}