  //<![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//ui/flash/frutiger.swf', 
    highsrc: '/ui//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: '/ui/flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'color': '#00B7FF' },
      'a': {  'color': '#00B7FF', 'text-decoration': 'none' },
      'a:hover': { 'color': '#00B7FF' }
	},
	wmode: 'transparent' 
  });  
  
  sIFR.replace({
    selector: '#navigationLeft h2.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: '/ui/flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'right', 'color': '#00B7FF' }
	},
	wmode: 'transparent' 
  });  
  
  sIFR.replace({
    selector: '#content h2.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: '/ui/flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'left', 'color': '#00B7FF' }
	},
	wmode: 'transparent' 
  });

    
  sIFR.replace({
    selector: '#navigationRight h3.flash', 
    src: '/ui/flash/frutiger.swf', 
    highsrc: '/ui/flash/frutiger.swf',
    css: {
      '.sIFR-root' : { 'color': '#00B7FF' }
	},
	wmode: 'transparent'
  });
 
   
  //]]>