// JavaScript Document

jQuery("#home_rotation #words").cycle({ 
    fx: 'scrollDown',
	speed: 600, 
    timeout: 2000,
	random: 1
});

jQuery(document).ready(function() {
	jQuery("#content_header .menu li:last").css({border: 'none'});
	jQuery(".update_items .item:last").css({border: 'none'});
	Cufon.replace('#content_header .menu li', { fontFamily: 'Agency FB', hover: true });
	Cufon.replace('#content_body #home_column_content .textwidget', { fontFamily: 'Gotham Rounded Book' });
	Cufon.replace('#content_body #home_column_content .textwidget strong', { fontFamily: 'Gotham Rounded Bold' });
	Cufon.replace('#latest_news .item .title', { fontFamily: 'Gotham Rounded Bold', hover: true  });
	Cufon.replace('#latest_news .item .excerpt', { fontFamily: 'Gotham Rounded Book', hover: true  });
	Cufon.replace('.page_title', { fontFamily: 'Gotham Rounded Bold', hover: true  });
	Cufon.replace('.update_items .title', { fontFamily: 'Gotham Rounded Bold', hover: true  });
	Cufon.replace('.update_items .excerpt', { fontFamily: 'Gotham Rounded Book', hover: true  });
	Cufon.replace('#updates_sidebar .widgettitle', { fontFamily: 'Gotham Rounded Bold', hover: true  });
	Cufon.replace('#updates_sidebar ul li ul', { fontFamily: 'Gotham Rounded Book', hover: true  });
	Cufon.replace('.spost_content', { fontFamily: 'Gotham Rounded Book', hover: true  });
	Cufon.replace('.date_time', { fontFamily: 'Gotham Rounded Book', hover: true  });
});
