    /*****************************************************************************
    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 swz = {
      src: 'swz721lc.swf', wmode: 'transparent'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(swz);

    sIFR.replace(swz, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; color: #718488; leading:-10;}',
		'.cen { text-align: center; color: #718488; leading:-10;}'
      ]
    });

    sIFR.replace(swz, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; color: #ffffff;}'
		 ,'a { text-decoration: none; font-size: 15px; text-transform: uppercase;}'
        ,'a:link { color: #ffffff;  font-size: 15px;}'
        ,'a:hover { color: #ffffff; font-size: 15px;}'
      ]
    });
