// JavaScript Document

	Cufon.replace('#main h1, #content h2, h3.products', {
	fontFamily:'CenturyGothic',
	textShadow: '1px 1px #FFFFFF',
	hover:true});
	
	Cufon.replace('#content-top dl dd h4', {
	fontFamily:'CenturyGothic',
	textShadow: '1px 1px #000',
	hover:true});	
