function initCufon() {
	//Cufon.replace('#nav li', { fontFamily: 'Museo 700',hover: true});
	Cufon.replace('#nav li', { fontFamily: 'ChunkFive',hover: true});
	//Cufon.replace('#nav li', { fontFamily: 'Museo Slab 500',hover: true});
	Cufon.replace('#content h1', { fontFamily: 'ChunkFive'});
	Cufon.replace('#content h2', { fontFamily: 'ChunkFive'});
	Cufon.replace('#content h3.special', { fontFamily: 'ChunkFive'});
	Cufon.replace('#content .info h2', { fontFamily: 'ChunkFive'});
	Cufon.replace('.aside h3', { fontFamily: 'ChunkFive'});
	initSize("_refreshCufon");
}
function _refreshCufon(){
	Cufon.refresh();
}
function initSize(__F) {
	var __c = document.createElement("resize");
	var __x = document.createElement("resize");
	__c.appendChild(__x).innerHTML = '&nbsp;'
	document.getElementsByTagName("body")[0].appendChild(__c);
	__c.style.top = '-9999em';
	__c.style.position = 'absolute';
	__c.style.width = '1px';
	__c.style.height = '1px';
	__c.style.overflow = 'hidden';
	__c.style.zIndex = '-1';
	__x.style.position = 'absolute';
	__x.style.fontSize = '10em';
	__x.style.lineHeight = '14em';
	__x.style.zIndex = '-1';
	var __temp = "";
	var __foo = "";
	var __t;
	var __w = __x.offsetWidth;
	if (__F.substr(-3,3) == '();'){
		__foo = __F;
		__temp = __F.substr(0,(__F.length - 3));
	} else if (__F.substr(-2,2) == '()'){
		__foo = __F + ";";
		__temp = __F.substr(0,(__F.length - 2));
	} else {
		__foo = __F + "();";
		__temp = __F;
	}
	function _size (){
		if(__w != __x.offsetWidth) {
			__w = __x.offsetWidth;
			eval(__foo);
		}
		__T = setTimeout(function(){_size();}, 100);
	}
	if(typeof eval(__temp) == 'function') {
		_size();
	}
}
jQuery.noConflict();
jQuery(document).ready(function(){
	initCufon();
});
