
  //<[CDATA[
  
  var poetica = {
    src: 'poetica.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16],wmode: 'transparent'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['davidashworth.com'] // Don't check for domains in this demo
  sIFR.activate(poetica);
  
  sIFR.replace(poetica, {
    selector: '.header'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; color: #FF9900; font-size: 30px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],wmode: 'transparent'
  });
    sIFR.replace(poetica, {
    selector: '#Title'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFCC00; font-size: 70px; letter-spacing: 2.5;}'
      ,'a { text-decoration: none; }'
	 ,'a:link { color: #FFCC00; }'
      ,'a:hover { color: #ffffff; }'
    ]
	,wmode: 'transparent' 
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#330000'
        ,strength: 1
      }
    }
  });
  sIFR.replace(poetica, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
  });
  
  sIFR.replace(poetica, {
    selector: 'h3'
   ,css:  [
      '.sIFR-root { text-align: left; font-weight: bold; color: #003333; font-size: 20px; letter-spacing: 2.5;}'
      ,'a { text-decoration: none; }'
	 ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
  });
     sIFR.replace(poetica, {
    selector: 'h4'
   ,css:  [
      '.sIFR-root { text-align: left; font-weight: bold; color: #006633; font-size: 18px; letter-spacing: 2.5;}'
      ,'a { text-decoration: none; }'
	 ,'a:link { color: #216E28; }'
      ,'a:hover { color: #216E28; }',
	  'a:hover { text-decoration: underline; }'
    ]
  });
   sIFR.replace(poetica, {
    selector: '.quotefloat'
    ,css: {
      '.sIFR-root': { 'color': '#216E28', 'text-transform': 'capitalize',  'font-size': '20px'}
    }
  });

  sIFR.replace(poetica, {
    selector: '#content h2'
    ,css:  [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; font-size: 25px; letter-spacing: 2.5;}'
      ,'a { text-decoration: none; }'
	 ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#330000'
        ,strength: 1
      }
    }
  });    
  
  sIFR.replace(poetica, {
    selector: '#navBar h2'
   ,css:  [
      '.sIFR-root { text-align: left; font-weight: bold; color: #006633; font-size: 23px; letter-spacing: 2.5;}'
      ,'a { text-decoration: none; }'
	 ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
   ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#999999'
        ,strength: 1
      }
    }
  });  
  //]]>