// JavaScript Document

Cufon.set('fontFamily', 'Kievit');
Cufon.replace('h2', { fontWeight: '450', hover: true });
Cufon.replace('h3', { fontWeight: '500', hover: true });
Cufon.replace('p', { fontWeight: '450' });
Cufon.replace('p em', { fontWeight: '350' });
Cufon.replace('#nav ul li', { fontWeight: '450' });
Cufon.replace('#nav ul li.current', { fontWeight: '500' });
Cufon.replace('strong', { fontWeight: '500' });
Cufon.replace('body.bovine-resources strong', { fontWeight: '500' });
Cufon.replace('body.forage-resources strong', { fontWeight: '500' });

$(document).ready(function(){
			
			$('a[rel=external]').attr('target', '_blank');
			
		});
