// JavaScript Document
$(function(){ 
	$('.formulate').eFormulate();
	$('#site_nav .eMenu').eMenu({matchWidth:1});
	
	// Open external and document links in new window
	$('a[href*=www],a[href*=http],a[href*=pdf]').not('a[href*='+location.hostname+']').attr('target','_blank');

});
