var raspoutine = { src: APP.path.flash + 'raspoutine.swf' };

// sIFR.fitExactly = true;

sIFR.activate(raspoutine);

var ratios = [10, 1.32, 16, 1.27, 17, 1.23, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 36, 1.21, 48, 1.2, 78, 1.19, 82, 1.18, 83, 1.19, 1.18];

sIFR.replace(raspoutine, {
	selector: "#content h1",
	css: '.sIFR-root { background-color: transparent; color: #666666; font-size: 20px; }',
	wmode: 'transparent',
	ratios: ratios
});

sIFR.replace(raspoutine, {
	selector: "#homepage h2, #specials h2",
	css: '.sIFR-root { background-color: transparent; color: #00A2AD; font-size: 18px; }',
	wmode: 'transparent',
	ratios: ratios
});

sIFR.replace(raspoutine, {
	selector: "#content h2.sifr",
	css: '.sIFR-root { background-color: transparent; color: #666666; font-size: 18px; }',
	wmode: 'transparent',
	ratios: ratios
});

sIFR.replace(raspoutine, {
	selector: "div#telephone",
	css: '.sIFR-root { background-color: transparent; color: #00A2AD; font-size: 30px; text-align: right; }',
	wmode: 'transparent',
	ratios: ratios
});