$(document).ready(function(){
	$('a:contains("bitworxx")').attr('target', '_blank');
});
