var akz = { src: '/swfs/akz.swf' };

sIFR.activate(akz);

sIFR.replace(akz, {
  selector: 'h1',
	css: [
      '.sIFR-root { color:#ff5c25; font-size: 26px; line-height:18px;  }'
      ],
  wmode: 'transparent'
});

sIFR.replace(akz, {
  selector: 'h2',
	css: [
      '.sIFR-root { color:#1d98c3; font-size:18px; width:180px; line-height:18px; font-weight:regular; }'
      ],
  wmode: 'transparent'
});

