		
	$(document).ready(function(){
		$(".comment-author-main .url").click(function(){
			window.open(this.href);
			return false;
		});
	});
