var zoufSifr = {
  src: 'cacavia.swf'
};

sIFR.activate(zoufSifr); // From revision 209 and onwards

sIFR.replace(zoufSifr, {
	selector: '.col.right h1'
		,css: [
			'.sIFR-root { color: #612983; font-size: 25px; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
	
var zoufSifr2 = {
  src: 'completeinhim.swf'
};

sIFR.activate(zoufSifr2); // From revision 209 and onwards

sIFR.replace(zoufSifr2, {
	selector: '.customText'
		,css: [
			'.sIFR-root { color: #000000; font-size: 25px; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #000000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});