try{
	initCufon();
}catch(ex){ /* Silent error */ }

jQuery(document).ready(function(){	
	try{
		$('.content-wrapper').not('.no-scrollpane').jScrollPane({showArrows:false, dragMaxHeight:30, dragMinHeight:30, scrollbarWidth:30});
	}catch(ex){ /* Silent error */ }
});

function initCufon(){
	Cufon.replace('.cufon-Berling', {
		fontFamily: 'Berling LT Std'
	});
}