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