(function($){
	$('document').ready(function(){
		$('[rel=external]').click(function(e){
			e.preventDefault();
			window.open($(this).attr('href'), '', 'width=850,height=500,scrollbars=1');
		});
		$('[rel=contact]').click(function(e){
			e.preventDefault();
			window.open($(this).attr('href'), '', 'width=710,height=550,scrollbars=1');
		});
	});
})(jQuery);
