		
	// Cufon text replacememnt, add more elements to replace text with cufon generated text.
	Cufon.replace('h1.cufon');

	Cufon.replace('h2.cufon', {
		//textShadow: '#333 1px 1px 0px'
	});

	Cufon.replace('h3.cufon');

	Cufon.replace('h4.cufon');		
	
$(document).ready(function() { 
				
}); 		
		



