// JavaScript Document

jQuery(document).ready(function(){jQuery("p.image_caption_right, p.image_caption_left, p.image_caption_center").each(function(){try {jQuery(this).width(jQuery(this).find("img:first").width());} catch (e){}})})

