	var font_loc = '/email_hosting/files/fonts/';
	var hideShowArray = [ 'h1', 'h2', '.navHeader', '.stuffWithGotham','#blog h2','#jobs h1','.listTitleH2'];
	
	$('h1:not(#overview h1, #apps h1, #bannerInner h1)').sifr({
		build: 419, version: 3,
		font: font_loc + 'avenir.swf',
		forceSingleLine: true,
		overX: 1.1
	});

	$('#jobs h1').sifr({
		build: 419, version: 3,
		font: font_loc + 'avenir.swf',
		overX: 1.1
	});	

	$('h2:not(.cycle h2, #apps h2, #blog h2, #testimonials h2, #conference h2, #reseller #row2 h2)').sifr({
		build: 419,	version: 3,
		font: font_loc + 'avenir.swf',
		forceSingleLine: true,
		overX: 1.1
	});	
	
	$('.listTitleH2').sifr({
		build: 419,	version: 3,
		font: font_loc + 'avenir.swf',
		forceSingleLine: true,
		overX: 1.1
	});	

	$('.navHeader').sifr({
		build: 419, version: 3,
		font: font_loc + 'avenir.swf',
		fontSize: 16,
		fontWeight: 'normal',
		forceSingleLine: true,
		overX: 1.1
	});	

