var rabbit = {
  src: '/fileadmin/templates/swf/rabbit_sifr.swf'
};
sIFR.activate(rabbit);

var rabbit_heavy = {
  src: '/fileadmin/templates/swf/rabbit_heavy_sifr.swf'
};
sIFR.activate(rabbit_heavy);

sIFR.replace(rabbit, {
    selector: '#content h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #000000; font-size: 30px; }'
      ,'a { color: #000000; text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #221973; }'
    ]
});

sIFR.replace(rabbit, {
    selector: '#content h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #000000; font-size: 24px; }'
      ,'a { color: #000000; text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #221973; }'
    ]
});

sIFR.replace(rabbit_heavy, {
    selector: '#story h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #FFFFFF; font-size: 14px; }'
    ]
});
