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

sIFR.activate(journal);
sIFR.activate(gill);

sIFR.replace(journal, {
	selector: 'h1.bigHeader'
    ,css: {
      '.sIFR-root': { 'color': '#0E1636', 'letter-spacing': -1.5 }
    }
	,offsetLeft:0
	,forceWidth:true
	,transparent:true
});
sIFR.replace(journal, {
	selector: 'h1.bigHeaderSmall'
    ,css: {
      '.sIFR-root': { 'color': '#0E1636', 'letter-spacing': -1.5 }
    }
	,offsetLeft:0
	,forceWidth:true
	,transparent:true
});
sIFR.replace(journal, {
	selector: 'h1.bigHeaderIndent'
    ,css: {
      '.sIFR-root': { 'color': '#0E1636', 'letter-spacing': -1.5 }
    }
	,offsetLeft:4
	,forceWidth:true
	,transparent:true
});

sIFR.replace(gill, {
	selector: 'h3.restaurantName'
    ,css: {
      '.sIFR-root': { 'color': '#822535', 'letter-spacing': -0.2 }
    }
	,forceWidth:true
	,transparent:true
});

sIFR.replace(gill, {
	selector: 'h3.mediumHeader'
    ,css: {
      '.sIFR-root': { 'color': '#822535', 'letter-spacing': -0.2 }
    }
	,forceWidth:true
	,transparent:true
});