var franklin = {
  src: '/sifr/flash/franklin.swf'
};

sIFR.activate(franklin);

sIFR.replace(franklin, {
  selector: 'h2, h3',
  wmode: 'transparent',
    filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#000000'
		,strength: 0.6
	  }
	},
  css: [ '.sIFR-root { color: #FFFFFF;}' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});

sIFR.replace(franklin, {
  selector: 'h4',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #F97D04;}' ,'a { text-decoration: none; color: #11456C; }' ,'a:hover { text-decoration: none; color: #11456C; }' ]
});

sIFR.replace(franklin, {
  selector: 'h5, h6',
  wmode: 'transparent',
  filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#000000'
		,strength: 0.6
	  }
	},
  css: [ '.sIFR-root { color: #FFFFFF; text-align: center; }' ,'a { text-decoration: none; color: #FFFFFF; }' , 'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});