	/**
	*
	*	CUFON
	*
	**/
	
	_cufon = function() {
                          
		Cufon.now(); 
		Cufon.replace('h1', { fontFamily: 'Ronnia' });  
		Cufon.replace('h2', { fontFamily: 'Ronnia' });        
		Cufon.replace('#footer h3', { fontFamily: 'Ronnia' });
		Cufon.replace('ul.commentlist li h4', { fontFamily: 'Ronnia' }); 
		/*           
		Cufon.replace('h2', { fontFamily: 'Ronnia Light' });
		Cufon.replace('h2 a, div.image-section h3, div.image-section ul li.image h4, div#foot h3, div.outer-column-set h3, div.outer-column-set h4, body.page-work div#head h2, body.page-work div#work-stage h3, body.page-work div#work-stage div.desc strong.h, div.blog-ad *', { fontFamily: 'Ronnia Bold' }); 
		*/

	}          
	
	/**
	*
	*	INIT
	*
	**/
	
	document.observe('dom:loaded', function() {
	
		// Cufon
		_cufon();  
		
	});
