//<[CDATA[
  
  var mrseaves = {
    src: '/swf/mrseaves.swf'
  };
  
  var futurabook = {
      src: '/swf/futurabook.swf'
    };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(mrseaves,futurabook);
  
  sIFR.replace(mrseaves, {
    selector: '#main .recent h1, #main .blog-review h1'
    ,css: [
      '.sIFR-root { font-size:13px }'
      ,'.sIFR-root { color:#44909e }'
      ,'.sIFR-root { text-align:left }'
      ,'a:link { color: #44909e; }'
      ,'a:link { text-decoration:none }'
      ,'a:hover { color: #000000; }'
      ,'a:hover { text-decoration:underline }'
    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(futurabook, {
    selector: '#main .category-list h1, #sidebar-content .services h1'
    ,css: [
      '.sIFR-root { font-size:13px }'
      ,'.sIFR-root { color:#8e986f }'
      ,'.sIFR-root { text-align:left }'
      ,'a:link { color: #8e986f; }'
      ,'a:link { text-decoration:none }'
      ,'a:hover { color: #000000; }'
      ,'a:hover { text-decoration:underline }'
    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(futurabook, {
    selector: '#header .search span'
    ,css: [
      '.sIFR-root { font-size:12px }'
      ,'.sIFR-root { color:#775741 }'
      ,'.sIFR-root { text-align:left }'
      ,'a:link { color: #775741; }'
      ,'a:link { text-decoration:none }'
      ,'a:hover { color: #000000; }'
      ,'a:hover { text-decoration:underline }'
    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(futurabook, {
    selector: '#extra-home h1, #sidebar-home .list h1, #sidebar-content .list h1'
    ,css: [
      '.sIFR-root { font-size:13px }'
      ,'.sIFR-root { color:#44909e }'
      ,'.sIFR-root { text-align:left }'
      ,'a:link { color: #44909e; }'
      ,'a:link { text-decoration:none }'
      ,'a:hover { color: #000000; }'
      ,'a:hover { text-decoration:underline }'
    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(mrseaves, {
    selector: '#extra-home h2, #main .recent h2, #main .category-list h2, #main #article h1, #main #article h2, #main #article h3, #main #article h4'
    ,css: [
      '.sIFR-root { font-size:22px }'
      ,'.sIFR-root { color:#745138 }'
      ,'.sIFR-root { text-align:left }'
      ,'a:link { color: #745138; }'
      ,'a:link { text-decoration:none }'
      ,'a:hover { color: #000000; }'
      ,'a:hover { text-decoration:underline }'
    ]
	, wmode: 'transparent'
  });

  
  //]]>