$(document).ready(function() {
	$('.page-template-blurbs-php .post-comments-link').click(function() {
																																		
//		$('.page-template-blurbs-php .comment-container').addClass('inactive');
		$('#comment-container-' + $(this).attr('rel')).slideToggle().removeClass('inactive');
//		$('.page-template-blurbs-php .inactive').slideUp();

		return false;
	});

$('a:not(.no_popout)').filter(function() {
	return this.hostname && this.hostname != location.hostname;
}).attr('target', '_blank');

});
