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


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