';
html += '
';
html += ''+items_IWoFLpINh0u1[idx].description+'
';
html += '
';
$('#cs-featured-subcontent-_IWoFLpINh0u1').append(html);
}
$('div[id^="subcontent-item-_IWoFLpINh0u1"]').hover(function() {
var id = $(this).attr('id');
var tokens = id.split('-');
$('#'+ id + ' .subcontent-container').css({'border-bottom': '1px solid #'+items_IWoFLpINh0u1[parseInt(tokens[3])].accentColor+''});
},function() {
var id = $(this).attr('id');
var tokens = id.split('-');
if(items_IWoFLpINh0u1[parseInt(tokens[3])].accentColor != undefined && '' != items_IWoFLpINh0u1[parseInt(tokens[3])].accentColor) {
$('#'+ $(this).attr('id') + ' .subcontent-container').css({'border-bottom': '1px solid #ffffff'});
}
}
);
$('div[id^="subcontent-item-_IWoFLpINh0u1"]').click(function() {
var id = $(this).attr('id');
var tokens = id.split('-');
window.location = decodeURIComponent(items_IWoFLpINh0u1[parseInt(tokens[3])].destURL);
});
});