$(document).ready(function() {

	$('a.external, .keywords a').click(function() {
		window.open(this.href);
		return false;
	});

	//$("a.iframe, .tags li a").fancybox({'hideOnContentClick': false });

});
