var navigation = {
  src: '/headerfont.swf'
};
var recipes = {
  src: '/recipetext.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(navigation, recipes); // From revision 209 and onwards

sIFR.replace(navigation, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color: #c98b2f;font-size:30px;font-weight:normal;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});

sIFR.replace(navigation, {
  selector: 'h3'
  ,css: [
      '.sIFR-root {color: #c98b2f;font-size:24px;font-weight:normal;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});

sIFR.replace(navigation, {
  selector: 'h4'
  ,css: [
      '.sIFR-root {color: #edd68d;font-size:24px;font-weight:normal;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});

sIFR.replace(navigation, {
  selector: 'h5'
  ,css: [
      '.sIFR-root {color: #edd68d;font-size:18px;font-weight:normal;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});

sIFR.replace(navigation, {
  selector: '.SignupHeader'
  ,css: [
      '.sIFR-root {color: #3f3b0b;font-size:24px;font-weight:normal;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});

sIFR.replace(recipes, {
  selector: '.RecipeHeader'
  ,css: [
      '.sIFR-root {color: #e62525;font-size:18px;font-weight:bold;}'
	  ,'a:link {color: #e62525;text-decoration:none;}'
	  ,'a:visited {color: #e62525;text-decoration:none;}'
	  ,'a:hover {color: #e62525;text-decoration:none;}'
    ]
  ,forceSingleLine: true
  ,selectable: true
  ,wmode: 'transparent'
});
sIFR.replace(recipes, {
  selector: '.RecipeText'
  ,css: [
      '.sIFR-root {color: #000000;font-size:18px;font-weight:normal;}'
    ]
  ,selectable: true
  ,wmode: 'transparent'
});