var franklin = {
  src: '/flash/franklin.swf'
};

sIFR.activate(franklin);
sIFR.replace(franklin, {
  selector: 'h1',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #7b1518;}' ,'a { text-decoration: none; color: #7b1518; }' ,'a:hover { text-decoration: none; color: #7b1518; }' ] 
});
sIFR.replace(franklin, {
  selector: 'h2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #7b1518;}' ,'a { text-decoration: none; color: #7b1518; }' ,'a:hover { text-decoration: none; color: #7b1518; }' ]
});
sIFR.replace(franklin, {
  selector: 'h3',
  wmode: 'transparent',
  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: #7b1518;}' ,'a { text-decoration: none; color: #7b1518; }' ,'a:hover { text-decoration: none; color: #7b1518; }' ]
});
sIFR.replace(franklin, {
  selector: 'h7',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #FFFFFF;}' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});
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; }' ]
});
