$(document).ready(function () {
	$.sifr({
		build: 436,
		version: 3,
		save: true
	});

	$('h1').sifr({
		font: '/helvlig',
		color: '#ef6923',
		style: {
			letterSpacing: 1.6
		},
		width: '565',
		overY: 2.1,
		fontSize: '24',
		resizable: true,
		debug: false
	});

	$('#home_left h1').sifr({
		font: '/helvlig',
		color: '#ffffff',
		style: {
			letterSpacing: 1.6
		},
		width: '565',
		overY: 2.1,
		fontSize: '24',
		resizable: true
	});

	$('.bottom_box h2, #home_left h2').sifr({
		font: '/helvlig',
		color: '#ffffff',
		style: {
			letterSpacing: 1.6
		},
		width: '260',
		overY: 2.1,
		fontSize: '21',
		resizable: true
	});
});
