var capture = { 'src' : 'http://www.loc101.com/public/flash/capture.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(capture);



sIFR.replace(capture, {
  selector: 'h1',
	wmode: 'transparent',
	fixFocus: 'true',
  fitExactly: true,
	forceWidth: true,
	forceSingleLine: true,
	tuneHeight: '-5',
  css: {'.sIFR-root' : { 'font-size' : '22px','color' : '#202020', 'leading' : '2'},
	'a' : {'color' : '#713866','text-decoration' : 'none'},
	'a:hover' : {'color' : '#713866','text-decoration' : 'none'}
    }
});

sIFR.replace(capture, {
  selector: 'h3',
	wmode: 'transparent',
	fixFocus: 'true',
  fitExactly: true,
	forceWidth: true,
	forceSingleLine: true,
	tuneHeight: '-5',
  css: {'.sIFR-root' : { 'font-size' : '18px','color' : '#713866','letter-spacing' : '1', 'leading' : '2'},
	'a' : {'color' : '#713866','text-decoration' : 'none'},
	'a:hover' : {'color' : '#713866','text-decoration' : 'none'}
    }
});

sIFR.replace(capture, {
  selector: 'h5',
	wmode: 'transparent',
	fixFocus: 'true',
  fitExactly: true,
	forceWidth: true,
	tuneHeight: '-5',
  css: {'.sIFR-root' : { 'font-size' : '22px','color' : '#ffffff','letter-spacing' : '0', 'leading' : '0'},
    'a' : { 'color' : '#3468a7' , 'text-decoration' : 'none'},
    'a:hover' : { 'color' : '#ff0090' , 'text-decoration' : 'none'}
    }
});
