function initCufon() {
	Cufon.replace('.dropdown > a', { fontFamily: 'Adobe Garamond Pro', hover: true });
	Cufon.replace('h1, .column h2, .content h1, #inner .content h2, #left_column h2, .SearchResults h2', { fontFamily: 'Adobe Garamond Pro' });
}
$(document).ready(function(){
	initCufon();
});