 var BauhausLght = {
    src: 'gfx/swf/sifrBauhausLght.swf'
  };
  var BauhausMd = {
    src: 'gfx/swf/sifrBauhausMd.swf'
  };

   sIFR.prefetch(BauhausLght);
   sIFR.prefetch(BauhausMd);
   sIFR.activate();
   

   
  sIFR.replace({
    selector: 'h1'
    ,src: 'gfx/swf/sifrBauhausMd.swf'
    ,css: {
      '.sIFR-root': { 'background-color':'transparent', 'color':'#666666', 'letter-spacing':'0.0', 'text-transform': 'none', 'text-align':'center', 'font-weight':'normal' }
    }
  });
     
  sIFR.replace({
    selector: 'h2'
    ,src: 'gfx/swf/sifrBauhausLght.swf'
    ,css: {
      '.sIFR-root': { 'background-color':'transparent', 'color':'#666666', 'letter-spacing':'0.0', 'text-transform': 'uppercase', 'text-align':'left', 'font-weight':'normal' }
    }
  });
     

