/* - keys.jquery.lightbox.js - */
// http://www.amcham.com.br/portal_javascripts/keys.jquery.lightbox.js?original=1
jq(document).ready(function(jq){jq(".template-newsitem_view #content.image-inline img,.template-newsitem_view #content.image-left img,.template-newsitem_view #content.image-right img ").each(function(){var url=jq(this).attr('src');url=url.replace(/\/image_.*$/,"/image_large");jq(this).wrap('<a class="lightbox" href="'+url+'"></a>')});jq('.lightbox').lightBox()});

