		sIFR.compatMode = true;
		sIFR.activate();
		  
		sIFR.replace({
			selector: 'h1', 
			src: 'swf/frutiger.swf',
		    css: {
				'.sIFR-root': { 'color': '#0d0d0d', 'font-weight': 'normal', 'text-transform':'uppercase' },
				'strong': { 'color': '0d0d0d', 'font-weight': 'bold' },
				'a': { 'color': '#0d0d0d', 'font-weight': 'bold', 'text-decoration': 'none'  },
				'a:hover': { 'color': '#0d0d0d', 'font-weight': 'bold', 'text-decoration': 'none'  }
			},
			wmode: 'transparent'
		  });
