$( document ).ready( function() {
	$( ".category-blog a" ).bind( "click", function() {
		window.open( this.href );
		return false;
	} );
} );

