var jamesFajardo = {
	src: '/flash/jamesFajardo.swf',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 36, 1.26, 37, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 93, 1.23, 94, 1.22, 96, 1.23, 98, 1.22, 100, 1.23, 103, 1.22, 104, 1.23, 112, 1.22, 113, 1.23, 1.22],
	tuneHeight: -3
};

sIFR.activate(jamesFajardo);

// 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(VladimirScript, {selector: 'h1'});

sIFR.replace(jamesFajardo, {selector: 'h1,h2', wmode: 'transparent',
css: [ 
	'.sIFR-root {color: #333333; leading: .9; overflow: hidden;}',
	'a {color: #333333;}',
	'a:hover {color: #333333;}'
	] }); 

sIFR.replace(jamesFajardo, {selector: 'h3', wmode: 'transparent',
css: [ '.sIFR-root {color: #333333; leading: .9;}' ] }); 

