$(document).ready(function() {
	$("a").filter(function() {
		return this.hostname && this.hostname !== location.hostname;
	}).not(".fancybox").attr('target', '_blank');
	$('a[target="_blank"]').addClass("external");
});
