var rabiohead = {
      src: '/_swf/rabiohead.swf'
};
 
sIFR.activate(rabiohead);

sIFR.replace(rabiohead, {
	selector: 'h1.rabiohead',
	wmode: 'transparent',
	tuneHeight: '-5px',
	css: [
	'.sIFR-root { color: #ffffff; font-size: 40px; }'
	],
});

sIFR.replace(rabiohead, {
	selector: 'h2.rabiohead',
	wmode: 'transparent',
	tuneHeight: '-5px',
	css: [
	'.sIFR-root { color: #ffffff; font-size: 32px; }'
	],
});

sIFR.replace(rabiohead, {
	selector: '.tell_your_story h3.rabiohead',
	wmode: 'transparent',
	tuneHeight: '-5px',
	css: [
	'.sIFR-root { color: #352416; font-size: 36px; }'
	],
});

sIFR.replace(rabiohead, {
	selector: 'h3.rabiohead',
	wmode: 'transparent',
	tuneHeight: '-5px',
	css: [
	'.sIFR-root { color: #ffffff; font-size: 24px; }'
	],
});