var journal = {
    src: '/AjrGfx/sIFR_v2/journal.swf'
	,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 18, 1.19, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 50, 1.14, 51, 1.15, 72, 1.14, 75, 1.13, 77, 1.14, 83, 1.13, 84, 1.14, 1.13]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(journal);

  sIFR.replace(journal, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1; color:#000052; leading: -7;}'
      ,'a { text-decoration: none; color: #000052; }'
      ,'a:link { color: #000052; }'
      ,'a:hover { color: #ff0000; }'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });
  
  sIFR.replace(journal, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-weight: bold; text-transform: uppercase; font-size: 20px; letter-spacing: 1; color:#0b0638; text-align: center;}'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });
  
  sIFR.replace(journal, {
    selector: '.FormFieldLabelMediumStdColor'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1; color:#000052; leading: -7;}'
      ,'a { text-decoration: none; color: #000052; }'
      ,'a:link { color: #000052; }'
      ,'a:hover { color: #ff0000; }'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });
  
  sIFR.replace(journal, {
    selector: '.FormFieldLabelMediumStdColorLeft'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1; color:#000052; leading: -7;}'
      ,'a { text-decoration: none; color: #000052; }'
      ,'a:link { color: #000052; }'
      ,'a:hover { color: #ff0000; }'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });
  
  sIFR.replace(journal, {
    selector: '.FormFieldLabelMediumStdColor2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1; color:#000052; leading: -17;}'
      ,'a { text-decoration: none; color: #000052; }'
      ,'a:link { color: #000052; }'
      ,'a:hover { color: #ff0000; }'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });

  sIFR.replace(journal, {
    selector: '.FormFieldLabelMediumStdColor3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 1; color:#000052; leading: -7;}'
      ,'a { text-decoration: none; color: #000052; }'
      ,'a:link { color: #000052; }'
      ,'a:hover { color: #ff0000; }'
    ]
	,wmode: 'transparent'
	,forceSingleLine: false
  });
  
