$(document).ready(function() {


	/*
	-----------------------------------
	sIFR
	-----------------------------------
	*/
	
	$('h2').sifr({ 
		color: '#3b629b',		
		font: 'swf/fabulous_sifr',
		height: 50,
		offsetTop: 15,
		textAlign: 'center'
	});
	
	$('h5').sifr({ 
		color: '#cb2020',		
		font: 'swf/nexus_sifr',
		textAlign: 'center'
	});
  	
});