$(function() {<br/>
$('._blank a').click(function() {<br/>
window.open(this.href);<br/>
return false;<br/>
});<br/>
});<br/>
$(function() {
$('._blank a').click(function() {
if(event.button == 1) window.open(this.href);
return false;
});
});