    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

    var gothrndbold = {
      src: 'gothrndbold.swf', wmode: 'transparent'
    };
	
	var gothroundbook = {
      src: 'gothroundbook.swf', wmode: 'transparent'
    };
	
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(gothrndbold, gothroundbook);

    sIFR.replace(gothrndbold, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; color: #19abe9; font-size: 18px;}'
      ]
    });

  sIFR.replace(gothroundbook, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; color: #056d9a; font-size: 18px;}',
		'.white { color: #ffffff;}'
      ]
    });
	
	 sIFR.replace(gothrndbold, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {text-align: left; font-weight: normal; color: #ffffff; font-size: 16px;}'
      ]
    });
	
		 sIFR.replace(gothroundbook, {
      selector: 'h4'
      ,css: [
        '.sIFR-root {text-align: left; font-weight: normal; color: #01aff0; font-size: 14px;}'
      ]
    });
		 
	sIFR.replace(gothrndbold, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: left; color: #f47b20; font-size: 18px;}'
      ]
    });
