 var share = {
    src: 'http://208.112.47.122/includes/flash/share-regular.swf'
  };

  sIFR.debugMode = true;
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(share);
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#home .funworld h1'
    ,css: [
      '.sIFR-root { color: #e88f09; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e88f09; }'
      ,'a:hover { color: #e88f09; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#home .purple h1'
    ,css: [
      '.sIFR-root { color: #381675; font-weight: bold; text-transform: uppercase; background-color: #E6DFEF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #381675; }'
      ,'a:hover { color: #381675; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#home .pink h1'
    ,css: [
      '.sIFR-root { color: #ED037C; font-weight: bold; text-transform: uppercase; background-color: #FEE7F5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ED037C; }'
      ,'a:hover { color: #ED037C; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#expos h1, #expos h2'
    ,css: [
      '.sIFR-root { color: #5F216F; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #5F216F; }'
      ,'a:hover { color: #5F216F; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#community h1, #community h2'
    ,css: [
      '.sIFR-root { color: #008080; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #008080; }'
      ,'a:hover { color: #008080; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#education h1, #education h2, #generic h1'
    ,css: [
      '.sIFR-root { color: #007dcd; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #007dcd; }'
      ,'a:hover { color: #007dcd; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#industry h1, #industry h2'
    ,css: [
      '.sIFR-root { color: #BD882A; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #BD882A; }'
      ,'a:hover { color: #BD882A; }'
    ]
  });
  
  sIFR.replace(share, {
    selector: '#government .alert h2'
    ,css: [
      '.sIFR-root { color: #cc0000; font-weight: bold; text-transform: uppercase; background-color: #f7d9d9; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #cc0000; }'
      ,'a:hover { color: #cc0000; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#government h1, #government h2'
    ,css: [
      '.sIFR-root { color: #003399; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #003399; }'
      ,'a:hover { color: #003399; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#safety h1, #safety h2'
    ,css: [
      '.sIFR-root { color: #FF6600; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FF6600; }'
      ,'a:hover { color: #FF6600; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#press h1, #press h2'
    ,css: [
      '.sIFR-root { color: #357903; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #357903; }'
      ,'a:hover { color: #357903; }'
    ]
  });
  
  sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#about h1, #about h2'
    ,css: [
      '.sIFR-root { color: #b2000c; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b2000c; }'
      ,'a:hover { color: #b2000c; }'
    ]
  });
  
  
    sIFR.replace(share, {
    wmode: 'transparent'
    ,selector: '#membership h1, #membership h2'
    ,css: [
      '.sIFR-root { color: #bb0f57; font-weight: bold; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #bb0f57; }'
      ,'a:hover { color: #bb0f57; }'
    ]
  });
  
  
  
  
// ORIGINAL CODE 
  
//  sIFR.replace(rockwell, {
//   selector: 'h5#pullquote'
//    ,css: 'em { font-style: normal; color: #330000; }'
// });
//  
//  sIFR.replace({
//    selector: 'h3.sidebox'
//    ,src: 'cochin-8.swf'
//    ,css: {
//      '.sIFR-root': { 'background-color': '#DCDCDC' }
//    }
//  });
//  
//  sIFR.replace(cochin, {selector: 'h2,h3'});
//  
//  sIFR.replace({
//    selector: 'h4.subhead'
//    ,src: 'cochin-8.swf'
//    ,css: {
//      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
//    }
//    ,filters: {
//      DropShadow: {
//        knockout: true
//        ,distance: 1
//        ,color: '#330000'
//        ,strength: 2
//      }
//    }
//  });