$(document).ready(function () {
	$.sifr({
		build: 436,
		version: 3,
		save: true
	});

	$('h1').sifr({
		font: '/helvlig',
		color: '#919295',
		width: '525',
		overY: 2.1,
		fontSize: '35',
		height: '50',
		resizable: true
	});
		$('h4').sifr({
		font: '/helvlig',
		color: '#20358c',
		width: '690',
		overY: 2.1,
		fontSize: '35',
		height: '50',
		resizable: true
	});
});
