
$(document).ready(function () {
    $(".post.tag-shopping-list img[title='shoppinglist1']").parent("a").hide();
    $(".single .post.tag-shopping-list h3:first").before('<div class="shopping-plan"><div class="holder">Plan your shopping trip by selecting the items below to create a printable shopping list!</div></div>');
	$('a[href^="http"]').not('[href^="http://couponkeri.com"]').not('[href^="http://www.couponkeri.com"]').attr('target', '_blank');
});
