var futura = {
  src: 'http://dawnrunner.com/singularity/css/futura.swf'
};

sIFR.activate(futura);

sIFR.replace(futura, 
	{ selector: 'h3',
	  css: '.sIFR-root { color: #ffffff;  background-color: #000000;}',
      	  wmode: 'transparent'}
);
sIFR.replace(futura, 
	{ selector: 'h4',
	  css: '.sIFR-root { color: #ffffff; background-color: #000000;}, a:link { color: #ae2f2e; text-decoration: none;}, a:visted { color: #ae2f2e; text-decoration: none;}, a:active { color: #ae2f2e; text-decoration: none;}, a:hover { color: #ae2f2e; text-decoration: none;}',
      	  wmode: 'transparent'}
);


