// JavaScript Document

$(function(){
	$('#nav div').hide();
	
	$('a[href*=www],a[href*=http],a[href*=pdf]').not('a[href*='+location.hostname+']').attr('target','_blank');

	
});