var gotham = {
  src: '/include/sifr/gotham.swf'
};

var gothambold = {
  src: '/include/sifr/gothambold.swf'
};

sIFR.activate(gotham);

sIFR.activate(gothambold);

sIFR.replace(gotham, {
  selector: 'h1.dedicated'
  ,css: {
  '.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent' }
  }
  ,wmode: 'transparent'

});

sIFR.replace(gotham, {
  selector: 'h1.hosting'
  ,css: {
  '.sIFR-root': { 'font-size': '24px', 'color': '#00467f', 'background-color': 'transparent' }
  }
  ,wmode: 'transparent'

});


sIFR.replace(gotham, {
  selector: 'h2.green'
  ,css: {
  '.sIFR-root': { 'font-size': '18px', 'color': '#00467f', 'background-color': '#ffffff' }
  }
  ,wmode: 'transparent'

});

sIFR.replace(gotham, {
  selector: 'h2.blue'
  ,css: {
  '.sIFR-root': { 'font-size': '18px', 'color': '#00467f', 'background-color': '#ffffff' }
  }
  ,wmode: 'transparent'

});

sIFR.replace(gotham, {
  selector: 'body.support h1'
  ,css: {
  '.sIFR-root': { 'color': '#00467f', 'background-color': 'transparent' }
  }
  ,wmode: 'transparent'
  ,forceSingleLine: 'true'

});

sIFR.replace(gothambold, {
  selector: 'h1'
  ,css: {
  '.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent' }
  }
      ,filters: {
      Glow: {
        knockout: false
        ,color: '#555555'
        ,strength: 2
        ,quality: 3
      }
    }

  ,wmode: 'transparent'

});


sIFR.replace(gothambold, {
  selector: '#plans th'
  ,css: {
  '.sIFR-root': { 'font-size': '14px', 'color': '#555555', 'background-color': 'transparent' }
  }

  ,wmode: 'transparent'

});

sIFR.replace(gothambold, {
  selector: 'h2.dc'
  ,css: {
  '.sIFR-root': { 'font-size': '14px', 'color': '#555555', 'background-color': 'transparent' }
  }

  ,wmode: 'transparent'

});

sIFR.replace(gothambold, {
  selector: 'h4.replace'
  ,css: {
  '.sIFR-root': { 'color': '#555555', 'background-color': 'transparent' }
  }
  ,wmode: 'transparent'
});

