sIFR.prefetch({
    src: '/js/sifr3/zurich.swf', 
    highsrc: '/js/sifr3/zurich.swf'
  });

  sIFR.compatMode = true;
  sIFR.activate();
  
  sIFR.replace({
    selector: 'h1', 
    src: '/js/sifr3/zurich.swf', 
    highsrc: '/js/sifr3/zurich.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'left', 'font-weight': 'bold', 'color': '#858688' }
    },
    paddingTop: 20
  });
  
  
  if (navigator.appName =="Microsoft Internet Explorer") {
  
  document.writeln('<style type="text/css">' + 
	'.sIFR-hasFlash h1 {font-size: 15px !important}' +
	'</style>');
  }
  
