﻿$(document).ready(function(){           
	$.sifr({
        path: 'http://www.sthelena.com/external/wcpages/scripts/jquery.sifr/',
        save: true
	});
	$('h2').sifr({
		version: 3,
		build: 436,
        font: 'helveticaneuecondbold',
        color: 'FFFFFF'
   	});
	$('h1.wine').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '650829'
	});
	$('.wine h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '650829'
	});
	$('.leaf h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '81A53E'
	});
	$('.fire h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: 'F48620'
	});
	$('.sky h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '96CDE3'
	});
	$('.stone h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '988A80'
	});
	$('.char h1').sifr({
		version: 3,
		build: 436,
		font: 'helveticaneue', 
		color: '988A80'
	});
});

