$(document).ready(function() {
	Cufon.replace('h1,h2:not(.tradeGothic),h4,h5,h6, #menu a, #bottomlinks, .date', {hover:true, fontFamily: 'Trade' });
	Cufon.replace('.tradeGothic, #respond h3, h3#comments', {fontFamily: 'TradeGothic LT' }, {hover:false});
	Shadowbox.init();
});