<script>// jQuery(document).ready(function($){
$('.activity-bubble a, .data a').each(function(){
if( $(this).attr('href') && 0 != $(this).attr('href').indexOf('#') ) {
$(this).attr('target', '_blank');
}
});
});
// ]]></script>