//here's the sIfr
var kunstler = {  src: 'kunstler.swf' };
sIFR.activate(kunstler);

sIFR.replace(kunstler, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'kunstler.swf', 
  css: [
		'.sIFR-root {color:#813b08; }' ]
});



