	$(function () {
		$.sifr({
			path: base_static_dir + 'flash',
			font:'franklin',
			embedOptions: {wmode: 'transparent'} 
		});

		$('h2').sifr({
			color: '#f0ff00'
		});

		$('#header h3').sifr({
			textTransform: 'uppercase',
			color: '#FFFFFF',
			height: 16
			});	

		$('#content h3').sifr({
			textTransform: 'uppercase',
			color: '#FFFFFF',
			link: '#FFFFFF',
			height: 20
			});	

		$('#content .news-item h3').sifr({
			unsifr: true
			});	

		$('.addresses h3').sifr({
			width: 220,
			textTransform: 'uppercase',
			color: '#f0ff00',
			height: 20
			});

		$('.people h3').sifr({
			width: 220,
			textTransform: 'uppercase',
			color: '#FFFFFF',
			height: 20
			});			

		$('h4').not('.addresses h4,.tech h4').sifr({
			textTransform: 'uppercase',
			color: '#FFFFFF',
			height: 13
			});

		$('.addresses h4').sifr({
			color: '#f0ff00',
			textTransform: 'uppercase',
			height: 13
			});

		$('.tech h4').sifr({
			color: '#f0ff00',
			textTransform: 'uppercase',
			height: 15
			});

	
			
	});



