// JavaScript Document
			Cufon.replace('.navtitle', {
				fontFamily: 'Century Gothic',
				color: '-linear-gradient(#fff, 0.4=#fff, 0.5=#787878, #fff)',
				textShadow: '1px 1px rgba(0, 0, 0, 0.2)'
			});
			Cufon.replace('h2', {
				fontFamily: 'Century Gothic',
				color: '-linear-gradient(#ff5a88, 0.5=#ff5a88, 0.6=#e3006e, #e27496)',
				textShadow: '1px 1px rgba(0, 0, 0, 0.2)'
			});
			Cufon.replace('.commentsig', {
				fontFamily: 'Rage Italic LET',		 	
				color: '#868686',
				textShadow: '1px 1px rgba(0, 0, 0, 0.2)'
			});

