var corbel = {
	src: '/flash/corbel.swf'
	,ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,44,1.26,45,1.24,50,1.25,79,1.24,81,1.23,85,1.24,86,1.23,87,1.24,90,1.23,91,1.24,1.23]
};

sIFR.delayCSS  = false;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(corbel);

sIFR.replace(corbel, {
	selector: 'h1'
	,css: [
		'.sIFR-root { text-align: center; font-weight: normal; font-size: 35px; color: #FFFFFF }'
	]
 ,fitExactly: true
 ,tuneWidth: '4'
 ,wmode: 'transparent'
});


