  //<![CDATA[
  sIFR.prefetch({
    src: '/ui/flash/frutiger.swf', 
    highsrc: '/ui/flash/frutiger.swf'
  });

  sIFR.compatMode = true;
  sIFR.activate();
  
  sIFR.replace({
    selector: 'h5#pullquote', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: '/ui/flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold' },
      'a': { 'text-decoration': 'none' },
      'a:link': { 'color': '#000000' },
      'a:hover': { 'color': '#CCCCCC' }
    },
    paddingTop: 20  });
  
  sIFR.replace({
    selector: 'h1.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: 'flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'color': '#001965' }
	},
	wmode: 'transparent' 
  });  
  
  sIFR.replace({
    selector: 'h2.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: 'flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'right', 'color': '#001965' }
	},
	wmode: 'transparent' 
  });
  
  sIFR.replace({
    selector: '#searchPresentation h2.presentation', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: 'flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'color': '#A8C903' }
	},
	wmode: 'transparent' 
  });  
    
  sIFR.replace({
    selector: 'h3.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: 'flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'color': '#A8C903' }
	},
	wmode: 'transparent'
  });
 
   
  //]]>