  //<[CDATA[

  var din = {
    src: '/swf/type/din.swf'  
  };

  sIFR.delayCSS  = true;
  //sIFR.domains = ['wall.sopp.se'];
  sIFR.activate(din);

  sIFR.replace(din, {
    selector: 'h1',
	  wmode: 'transparent',
    css: [
      '.sIFR-root { color: #000000; leading: -2; letter-spacing: -1; font-weight: normal; }'
      ,'big { font-weight: bold; color: #9f00d5; display: inline; }'
      ,'label { background-color: #333333; }'
    ]
  });
  
  sIFR.replace(din, {
    selector: 'h6',
    css: [
      '.sIFR-root { text-align: center; color: #000000; leading: 0; letter-spacing: -1; font-weight: bold; }'
    ]
  });

  //]]>
