var plak = {
	src: 'flash/plak.swf',
	ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 33, 1.23, 44, 1.22, 47, 1.21, 48, 1.22, 73, 1.21, 74, 1.2, 75, 1.21, 79, 1.2, 80, 1.21, 1.2]
	
};

sIFR.activate(plak);

// to calculate your ratio, uncomment this next line, and comment everything after it.
// also make sure you have sifr-debug included in your html page.

//sIFR.debug.ratios(plak, {selector: 'h1'});


sIFR.replace(plak, {selector: 'h3', wmode: 'transparent',
css: [ '.sIFR-root {text-transform: uppercase; color: #000000; leading: .9;}' ] }); 
