//<![CDATA[
window.onload=(function() {
$("td.c_post img[alt='Posted Image']").each(function() {
if (this.width >= 500) {
$(this).wrap("<a href='" + this.src + "' target='_blank'></a>");
$(this).after("<br /><small><a href='" + this.src + "' target='blank' class='view_full'>View full image</a></small>");
}
});
});
//]]>
