
Cufon.replace(['#menu a'], { fontFamily: 'Junction',
	hover: true, 
	textShadow: '#FFF 1px 1px'
});
Cufon.replace('div.block h2', { fontFamily: 'Junction',
	hover: true, 
	textShadow: '#d5eaab 1px 1px'
});
Cufon.replace(['#section h1', '#section h2', '#section h3', '#section h4', '#section h5', '#section h6'], { fontFamily: 'Junction',
	hover: true, 
	textShadow: '#edfecb 1px 1px'
});

