var heine = {
  src: 'images/heine.swf'
};

sIFR.prefetch(heine);
sIFR.activate();

sIFR.replace(heine, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {color:#7c90c7;font-weight:normal;text-transform:uppercase;}'
    ]
	 //,tuneHeight: '-3'
	 //,offsetTop: '-3'
	 ,wmode: 'transparent'
  });

sIFR.replace(heine, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {color:#2f4890;font-weight:normal;}'
    ]
	 ,wmode: 'transparent'
  });
  
  
sIFR.replace(heine, {
    selector: 'div#lower h3'
    ,css: [
      '.sIFR-root {color:#2f4890;font-weight:normal;}'
    ]
	 //,tuneHeight: '-3'
	 //,offsetTop: '-3'
	 ,wmode: 'transparent'
  });
  
  sIFR.replace(heine, {
    selector: 'div#rightCol h3'
    ,css: [
      '.sIFR-root {color:#f7c517;font-weight:normal;}'
    ]
	 //,tuneHeight: '-3'
	 //,offsetTop: '-3'
	 ,wmode: 'transparent'
  });
