var Handsome = {
	src: '/lib/swf/Handsome.swf'
	,ratios: [9, 1.16, 16, 1.09, 29, 1.05, 34, 1.02, 50, 1.01, 75, 1, 79, 0.99, 83, 1, 0.99]
};

var PraxisEF = {
	src: '/lib/swf/PraxisEF.swf'
	,ratios: [10, 1.13, 13, 1.04, 16, 1.03, 25, 1, 37, 0.98, 51, 0.96, 56, 0.95, 59, 0.96, 88, 0.95, 94, 0.94, 96, 0.95, 99, 0.94, 103, 0.95, 0.94]
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(Handsome, PraxisEF);

sIFR.replace(Handsome, {
	selector: '.ContentHead h1'
	,css: [
		'.sIFR-root { color: #004268; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #004268; }'
		,'a:hover { color: #E90033; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
});

sIFR.replace(Handsome, {
	selector: 'h1.Handsome'
	,css: [
		'.sIFR-root { color: #004268;  }'
		,'a { text-decoration: none; }'
		,'a:link { color: #004268; }'
		,'a:hover { color: #E90033; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
});

sIFR.replace(PraxisEF, {
	selector: 'h1'
	,css: [
		'.sIFR-root { color: #004268; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #004268; }'
		,'a:hover { color: #E90033; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
});

sIFR.replace(PraxisEF, {
	selector: '.BubbleRed h2'
	,css: [
		'.sIFR-root { color: #ffffff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #eeeeee; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
	,tuneHeight: -3
	,thickness: 80
});

sIFR.replace(PraxisEF, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #043383; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #043383; }'
		,'a:hover { color: #E90033; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
	,tuneHeight: -3
	,thickness: 80
});

sIFR.replace(PraxisEF, {
	selector: 'h4,h5'
	,css: [
		'.sIFR-root { color: #E20024; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #E20024; }'
		,'a:hover { color: #E90033; }'
	]
	,wmode: 'transparent'
	,offsetTop: 3
	,tuneHeight: -3
	,thickness: 80
});


sIFR.replace(Handsome, {
	selector: 'div#PageHead'
	,css: [
		'.sIFR-root { color: #FFFFFF; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
	,wmode: 'transparent'
	,offsetLeft: 3
});

sIFR.replace(Handsome, {
	selector: '.MainRecipeContainer h3'
	,css: [
		'.sIFR-root { color: #004268; text-align: center; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #004268; }'
		,'a:hover { color: #d71344; }'
	]
	,wmode: 'transparent'
	,offsetLeft: 3
});
