 var futura = {
    src: 'graphics/flash/futura.swf'
   
  };


sIFR.fromLocal = true;
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(futura);
  
 
  
  sIFR.replace(futura, {selector: 'h1.right,h2.right,h3.right,h4.right,h5.right,h6.right', wmode:'transparent', tuneHeight: '-6', tuneWidth:'4', css: {'.sIFR-root': { 'text-align' : 'right', 'color' : '#80a10f' } , 'strong':{'color':'#43459c', 'font-weight' : 'normal'}}});
  
 sIFR.replace(futura, {selector: 'h1.center,h2.center,h3.center,h4.center,h5.center,h6.center', wmode:'transparent', tuneHeight: '-6', tuneWidth:'4', css: {'.sIFR-root': { 'text-align' : 'center', 'color' : '#80a10f' }, 'strong':{'color':'#43459c', 'font-weight' : 'normal'}}});
  
  sIFR.replace(futura, {selector: 'h1,h2,h3,h4,h5,h6', wmode:'transparent', tuneHeight: '-6', tuneWidth:'4', css: {'.sIFR-root': { 'color' : '#80a10f'},
			   'a':{'color':'#80a10f', 'font-weight' : 'normal', 'text-decoration' : 'none'},'a:hover':{'color':'#43459c', 'font-weight' : 'normal', 'text-decoration' : 'underline'},'strong':{'color':'#43459c', 'font-weight' : 'normal'}}});
																																															 
																																													 