
// fonts we're using

var dayRoman = {
   src: '/assets/swf/dayRoman.swf',
   selectable: true
 };
 


//activate them

sIFR.activate(dayRoman);

//target elements to replace

sIFR.replace(dayRoman, {
   selector: '.home h1'
   ,css: [
     '.sIFR-root { color: #011d5f; text-align: center;}'
     
   ],
   wmode: 'transparent'
});

sIFR.replace(dayRoman, {
   selector: '.inner h1'
   ,css: [
     '.sIFR-root { color: #011d5f; }'
     
   ],
   wmode: 'transparent'
});


