Cufon.replace('h1', { fontFamily: 'helveticatitle',fontWeight:'100',hover: true }); // Works without a selector engine
			Cufon.replace('h2', { fontFamily: 'helveticatitle',fontWeight:'400',hover: true }); // Works without a selector engine
			Cufon.replace('h3', { fontFamily: 'helveticatitle',fontWeight:'400',hover: true }); // Works without a selector engine
			Cufon.replace('#content h4', { fontFamily: 'helveticatitle',fontWeight:'700',hover: {
color: 'white'
}}); // Works without a selector engine

