The Delightfully Delicious Snack
';
//insert the twitter feed
var html = $('#contact-form-box');
html.after(twitterScript);
//adjusting the colors for the
//review section once it loads
var checkExist = setInterval(function() {
if ($('.content-title').length) {
$('.content-title').css('color', 'white');
$('.content-review').css('color', 'white');
$('.yotpo-span').css('color', '#ff0');
$('.yotpo-icon').css('color', '#ff0');
$('.y-label').css('color', '#ff0');
clearInterval(checkExist);
}
}, 100); // check every 100ms
});
$( 'body > div.container > div.products.featured-products > div.row.products-more' ).after( ' ');