
	$(function() {

		$('a[rel=ext]').attr('target', '_blank');

		$('.lfm_popu a').click(function () {
			window.open($(this).href + '&amp;resize=0','lfm_popup','height=279,width=234,resizable=yes,scrollbars=yes');
			return false;
		});

	});
