Table of contents
No headers
var src = string.match(web.text('http://dilbert.com/strips/comic/2013-06-26/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DilbertDailyStrip+%28Dilbert+Daily+Strip%29&utm_content=FeedBurner', 'channel/item/description'), 'src="([^"]+)"'); if(src) web.image(src); else "Sorry, no Dilbert today. :(";