$(document).ready(function() {
	
	$('a.fb_share').click(function(){
	        window.open(this.href);
	        return false;
	    });
});
