Cufon.now;                                                          
	Cufon.replace('.thead h1', {
		color: '-linear-gradient(#FFFFFF, #f7f7f7)',
		textShadow: '1px 1px #333333',
		hover: {
		color: '-linear-gradient(#FFFFFF, grey)',
		textShadow: '1px 1px #333333',
	}
	});
	Cufon.replace('.thead2 h1');
	Cufon.replace('.thead3 h1', {
		color: '-linear-gradient(#FFFFFF, #f7f7f7)',
		textShadow: '1px 1px #333333',
		hover: {
			color: '-linear-gradient(#FFFFFF, grey)',
			textShadow: '1px 1px #333333',
		}
	});
	Cufon.replace('#videos h2');
	Cufon.replace('#images h2');
	Cufon.replace('#anket h2');
