
var franklin = {  
  src: 'http://www.theformfoundation.com/flash/franklin.swf'  
};  
  
sIFR.activate(franklin);  

var futura = {  
  src: 'http://www.theformfoundation.com/flash/futura.swf'  
};  
  
sIFR.activate(futura);  
  

sIFR.replace(franklin, {
    selector: '.sifr-title' ,
	offsetTop: '1',
	
	css: [
	      '.sIFR-root {  color: #00000; leading: 2; letter-spacing: -1.5; }'  ,
	      'em { font-style: normal; color: #00000; }'
	],

	wmode: 'transparent'
  
});

sIFR.replace(futura, {
    selector: '.sifr-subtitle' ,
	offsetTop: '5',
	
	css: [
	      '.sIFR-root {  color: #00000; leading: 2; }'  ,
	      'em { font-style: normal; color: #00000; }'
	],

	wmode: 'transparent'
  
});