  var azuki = {
    src: 'flash/azuki.swf'
  };   
  
    var museo = {
    src: 'flash/museo.swf'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(azuki);
  sIFR.activate(museo); ;    
  
  sIFR.replace(azuki, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #447182; font-weight: normal; font-size: 30px; margin: 0; padding: 0; line-height: 1em;}'
    ], wmode: 'transparent'
  });
  
    sIFR.replace(museo, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; color: #213840; font-weight: normal; font-size: 16px; margin: 0; padding: 0; line-height: 1em;}'
    ], wmode: 'transparent'
  }); 
  
    sIFR.replace(azuki, {
    selector: '#sidebar h3'
    ,css: [
      '.sIFR-root { text-align: left; color: #c44f0f; font-weight: normal; font-size: 24px; margin: 0; padding: 0; line-height: 1em;}'
    ], wmode: 'transparent'
  }); 
  
    sIFR.replace(azuki, {
    selector: '#form h3'
    ,css: [
      '.sIFR-root { text-align: left; color: #447182; font-weight: normal; font-size: 24px; margin: 0; padding: 0; line-height: 1em;}'
    ], wmode: 'transparent'
  });   
  
    sIFR.replace(museo, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; color: #213840; font-weight: normal; font-size: 16px; margin: 0; padding: 0; line-height: 1em;}'
    ], wmode: 'transparent'
  }); 
