var futura = {
  src: '/includes/swf/futura.swf'
};

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h3',
  css: {
'.sIFR-root' : { 'color': '#571b04' },
'a': { 'text-decoration': 'none' },
'a:link': { 'color': '#571b04' },
'a:hover': { 'color': '#000000' }
}

});

sIFR.replace(futura, {
  selector: 'h2',
  css: {
'.sIFR-root' : { 'color': '#ffffff', 'background-color': '#333333' },
'a': { 'text-decoration': 'none' },
'a:link': { 'color': '#ffffff' },
'a:hover': { 'color': '#CB5D15' }
}

});
