var local_emotion = [];
var new_emotion = [];
$(function() {
local_emotion = JSON.parse(localStorage.getItem("emotion"));
if (local_emotion && local_emotion.length > 0) {
var content = '';
$.each(local_emotion, function(index, value) {
if (value) {
var emotionArray = value.split("-");
if (emotionArray.length > 0) {
if ($('link[href^="https:\/\/attach2\.mobile01\.com\/css\/main-set-dark.css"]').length == 1 || $('link[href^="https:\/\/attach2\.mobile01\.com\/css\/mobile-main-set-dark.css"]').length == 1) {
emotionArray[0] = emotionArray[0].replace('/emotions/', '/emotions/dark/');
}
content = content + '';
}
}
});
if (isMobile && !magEmotion) {
var template = '