// document.observe("dom:loaded", function() {
	// document.body.addClassName("cufon-enabled");
	Cufon.replace(".title, .title a", {
	    fontFamily: 'AvantGarde_Bk_BT',
	    hover : true
	});
	if (Prototype.Browser.IE) Cufon.now();
// });