/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

    var dynamic = {
      src: 'http://dynamicmedianetwork.org/wp-content/themes/din/libs/sifr/sifr-din-med-alt.swf'
	  /*src: 'http://vincentwardfilms.com/cms/wp-content/themes/vita-ante-acta/libs/sifr3/sifr-mrseaves-tt.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]
    };
	
	

    

    // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(dynamic);

    /*sIFR.replace(rockwell, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });*/
  
    sIFR.replace(dynamic, {
      selector: 'h1#title'
      ,css: [
      '.sIFR-root { color: #000000, background: #D5671E, font-size: 42px, font-style: normal, text-decoration: none }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]

	 
	  /*,css: 'em { font-style: normal; color: #000000; font-size: 42px; background: #D5671E; }'*/
      ,selectable: false
	  , wmode: 'transparent'
    });