var frutiger47 = {
  src: '/flash/fonts/frutiger47.swf'
}
var frutiger57 = {
  src: '/flash/fonts/frutiger57.swf'
}


// activate sIFR!
sIFR.activate(frutiger47);
sIFR.activate(frutiger57)

//BazaarV landing page
sIFR.replace(frutiger47, {
  selector: '#bazaarv-landing #main #column-left h1',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#25516E' }
  }
});

sIFR.replace(frutiger57, {
  selector: '#bazaarv-landing h2',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#2e2f32' }
  }
});
// replace h1 elements for secondary page
sIFR.replace(frutiger47, {
  selector: 'h1',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});

sIFR.replace(frutiger47, {
  selector: '#homeowner #main #callout p',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});
sIFR.replace(frutiger47, {
  selector: '#pro #main #callout p',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});

sIFR.replace(frutiger47, {
  selector: '#press #main #callout p',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});

sIFR.replace(frutiger47, {
  selector: '#about #main #callout p',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});

// replace the labels in the other links section of the Pro home page
sIFR.replace(frutiger47, {
  selector: '#otherlinks label',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'color': '#FFFFFF' }
  }
});






