﻿var bikly = { src: '/sifr/bikly.swf' }

sIFR.activate(bikly);
sIFR.fitExactly = true;

sIFR.replace(bikly, {
	wmode: 'transparent',
	selector: 'h1.sifr',
	css: [
		'.sIFR-root { color: #7699b5; text-transform: uppercase; }'
	]
});

sIFR.replace(bikly, {
	wmode: 'transparent',
	tuneHeight: 8,
	selector: 'p.sifr',
	css: [
		'.sIFR-root { color: #b7c9c9; text-transform: uppercase; }',
		'a { text-decoration: none; color: #7699b5; }',
		'a:link { color: #7699b5; }',
		'a:hover { color: #7699b5; }'
	]
});
