﻿// Functions specific to a site.
$(document).ready(function(){
	$('#fontsizer').jfontsizer({
		applyTo: '#content-body',
		changesmall: '2',
		changelarge: '2',
		expire: 30
	});
});

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('h1,h3,.section-title', { fontFamily: 'Univers-CondensedBold' } );
		Cufon.replace('h2,.overview-heading', { fontFamily: 'Univers-Condensed' } );
	}); 
})(jQuery);

$("#whats-new-bottom .new-posting:last")
	.addClass('last');

