    /*****************************************************************************
    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 frutiger = {
    src: 'http://echo.bluehornet.com/static/dr_site_dev/flash/frutiger.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(frutiger);

    sIFR.replace(frutiger, {
      selector: 'h1.headingB',
	  wmode: 'transparent',
	  selectable: true,
	  css: [ '.sIFR-root { color: #0067b1; font-size: 32px; font-weight: normal}'
      ]
	  });
	
	sIFR.replace(frutiger, {
      selector: 'h2.headingA',
	  wmode: 'transparent',
	  selectable: true,
	  css: [ '.sIFR-root { color:#000000; font-size: 21px; font-weight: normal}'
      ]
	  });
	
	sIFR.replace(frutiger, {
      selector: '.pageTitle h2',
	  wmode: 'transparent',
	  selectable: true,
	  //filters: {
				//  DropShadow: {
				//    knockout: false,
				//    distance: 4,
				//	strength: 1,
				//    color:'#063896'
				//  }
				//},
	  css: [ '.sIFR-root {color:#FFFFFF; font-size: 36px; font-weight: normal}'
      ]	
	  });

