        Cufon.set('fontFamily', 'Century OldStyle BT');

		//don't replace if we're in admin.php
		if(!window.location.href.match(/admin\.php/)) {
			Cufon.replace('.century, #content h1, #content h2',{
				fontFamily: 'Century OldStyle BT'
			});
		}
	
		Cufon.set('fontFamily', 'Futura LT Cond');
		
			Cufon.replace('#nav a',{
				fontFamily: 'Futura LT Cond',
				hover : true
			});
			
		Cufon.set('fontFamily', 'Gill Sans');
		
			Cufon.replace('.gill',{
				fontFamily: 'Gill Sans'
			});
