nevermind, i just did it with css *smacks forehead*
.blog-list-info object, .blog-list-info img {
display: none;
}
since this style ONLY applies to the various excerpt sizes i have around the site, the descendant selectors work like a charm (and is super light-weight).
i love css