﻿// Create fonts
var dearjoe4 = { src: '/flash/fonts/dearjoe4.swf' };

sIFR.activate(dearjoe4);


// Apply fonts
sIFR.replace(dearjoe4, {
  selector: 'h1.heading, h2.inBox, h2.inContent',
  css: '.sIFR-root { font-size: 20px; color: #503033; }',
  wmode: 'transparent'
});