Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
var txtItm = $(‘#m1-comp5’);
var imgObj = $(‘m1-mainPage-imgResource’);
var title = data.query.results.LiveShow.FeaturedResourceTitle;
var img = data.query.results.LiveShow.FeaturedResourceImage;
$(txtItm).text(title);
$(imgObj).attr(‘src’, img);