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