var BerlinSansFB = {
  src: '/sifr/BerlinSansFB.swf'
};

sIFR.activate(BerlinSansFB);

sIFR.replace(BerlinSansFB, {
  selector: 'h1',
  css: { '.sIFR-root': { 'color': '#003964' } },
  wmode: 'transparent'
});

/*
sIFR.replace(BerlinSansFB, {
  selector: 'h2.connecttitle',
  css: { '.sIFR-root': { 'color': '#003964','text-align': 'center' } },
  wmode: 'transparent'
});

sIFR.replace(BerlinSansFB, {
  selector: 'h2',
  css: { '.sIFR-root': { 'color': '#003964' } },
  wmode: 'transparent'
});
*/

