// JavaScript Document
    var myfont = {
      src: '/moderna.swf'
       };
sIFR.activate(myfont);

sIFR.replace(myfont, {
      selector: 'h1',css: {
        '.sIFR-root': { 'color': '#ffffff', 'text-align':'center','letter-spacing': 1.5 }
      },
      wmode: 'transparent',
	  transparent: true 
      ,filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#000000'
          ,strength: 2
        }
      }

});


sIFR.replace (myfont, {
      selector: 'h2',css: {
							'.sIFR-root': { 'color': '#ffffff',  'text-align':'left'}
						  },
      wmode: 'transparent',
	  transparent: true 
    });	
	sIFR.replace (myfont, {
      selector: 'h3',css: {
							'.sIFR-root': { 'color': '#ffffff',  'text-align':'left'}
						  },
      wmode: 'transparent',
	  transparent: true 
    });	