//here's the sIfr
//code for the h1 tags
/*var aristocrat = {  src: 'aristocrat.swf' };
sIFR.activate(aristocrat);

sIFR.replace(aristocrat, {
  selector: 'h1.docname2', 
  wmode: 'transparent', 
  css: [ '.sIFR-root {font-size:26px;color:#843173; }'  ]
});*/

/*var aristocrat = {  src: 'aristocrat.swf' };
sIFR.activate(aristocrat);

sIFR.replace(aristocrat, {
  selector: 'h1.bnameh1', 
  wmode: 'transparent', 
  css: [ '.sIFR-root {font-size:45px;color:#213163; }'  ]
});*/

var kabel = {  src: 'kabel.swf' };
sIFR.activate(kabel);

sIFR.replace(kabel, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'kabel.swf', 
  css: [ '.sIFR-root {font-size:26px;color:#FFFFFF; }'  ]
});
var kabel = {  src: 'kabel.swf' };
sIFR.activate(kabel);

sIFR.replace(kabel, {
  selector: 'h2', 
  wmode: 'transparent', 
  src: 'kabel.swf', 
  css: [ '.sIFR-root {font-size:22px;color:#FFFFFF; }'  ]
});

