 //<[CDATA[

  var california = {
    src: '/flash/CalifornianFB.swf'
  };

  var gothic = {
    src: '/flash/CenturyGothic.swf'
  };

  //sIFR.domains = ['216.185.198.52'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(california, gothic);

  sIFR.replace(gothic, {
    selector: '#wrapper #content h1'
    ,css: {'.sIFR-root': {'letter-spacing': 1.1, 'font-size': '15px', 'color': '#B87F36','margin': 0 }}
    ,wmode: 'transparent'
  });

  sIFR.replace(california, {
    selector: '#wrapper #footer'
     ,css: {'.sIFR-root': {'font-size': '9px',	'color': '#666666', 'text-align':'right'}}
     ,wmode: 'transparent'
  });
 /*
   sIFR.replace(gothic, {
    selector: '#wrapper #content p'
    ,css: {'.sIFR-root': {'font-size': '10px', 'color': '#666666'}}
    ,wmode: 'transparent'
  });
   */

  /*
  sIFR.replace(cochin, {selector: 'h2,h3'});
  
  sIFR.replace(cochin, {
    selector: 'h4.subhead'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });
  
   sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
   */
  //]]>
