/*
Javascript by Cornell Design cornellstudios.com, powered by jquery.com

Please feel free to borrow, steal, abduct, and/or torture the code 
contained in this file. Though you need not give credit to
cornellstudios.com, a comment in your source code would help other 
developers.

Stay hungry, Stay foolish.

*/

// Font Replacement
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('#navigation ul li a');
Cufon.replace('.nice_font');
Cufon.replace('#page_hero div p');


jQuery(document).ready(function(){

	// External Links - New Window
	//$("a[href^='http:']").not("[href*='www.website.com']").attr('target','_blank');
	
	// Initialise Cloak Email Address
	$('a.email').nospam({
		replaceText: true,
		filterLevel: 'normal'
	});

});
