
  
  var cochin = {
    src: '_resources/sifr/demo/cochin.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
  var futura = {
    src: '_resources/sifr/demo/futura.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
    var helvetica = {
    src: '_resources/sifr/demo/helvetica.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  var rockwell = {
    src: '_resources/sifr/demo/rockwell.swf'
    ,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(cochin, rockwell, futura, helvetica);


  // home

  sIFR.replace(helvetica, {
    selector: '.contentHome h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 60px; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #f00082; }'
      ,'a:hover { text-decoration: none; color: #f00082; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentHome h2'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #3d3d3d; font-size: 22px; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #7ad2ff; }'
      ,'a:hover { text-decoration: none; color: #7ad2ff; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentHome h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #828282; font-size: 20px; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #7ad2ff; }'
      ,'a:hover { text-decoration: none; color: #7ad2ff; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentHome h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #3d3d3d; font-size: 12px; margin 0px; }'
      ,'a { font-weight: normal; color: #000000; cursor: pointer; text-decoration:none;}'
      ,'a:link {  text-decoration:none; }'
      ,'a:hover {  color: #000000; text-decoration:underline; }'
      ,'strong { text-decoration:none; }'
      ,'a.strong { text-decoration:none; }'
      ,'a:hover.strong { text-decoration:none; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentHome h5'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 26px; margin-bottom: 0px; }'
      ,'a { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:link {  font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:underline; }'
      ,'strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
    ]
  });
  
  // vragen pagina's
  
  sIFR.replace(helvetica, {
    selector: '.contentVragen h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 60px; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #f00082; }'
      ,'a:hover { text-decoration: none; color: #f00082; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentVragen h2'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #3d3d3d; font-size: 35px;}'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #7ad2ff; }'
      ,'a:hover { text-decoration: none; color: #7ad2ff; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentVragen h3'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #828282; font-size: 20px;}'
      ,'a { margin-left: 100px;text-align: left; font-weight: bold; color: #3d3d3d; text-decoration: underline; }'
      ,'a:link { }'
      ,'a:hover { text-decoration: none; color: #3d3d3d; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentVragen h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #3d3d3d; font-size: 12px; margin 0px; }'
      ,'a { font-weight: normal; color: #000000; cursor: pointer; text-decoration:none;}'
      ,'a:link {  text-decoration:none; }'
      ,'a:hover {  color: #000000; text-decoration:underline; }'
      ,'strong { text-decoration:none; }'
      ,'a.strong { text-decoration:none; }'
      ,'a:hover.strong { text-decoration:none; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentVragen h5'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 26px; margin-bottom: 0px; }'
      ,'a { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:link {  font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:underline; }'
      ,'strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
    ]
  });
  
  
  // resultaat pagina's
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 60px; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #f00082; }'
      ,'a:hover { text-decoration: none; color: #f00082; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat h2'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #3d3d3d; font-size: 35px;}'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #7ad2ff; }'
      ,'a:hover { text-decoration: none; color: #7ad2ff; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat h3'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #828282; font-size: 20px;}'
      ,'a { text-align: left; font-weight: bold; color: #3d3d3d; text-decoration: underline; }'
      ,'a:link { }'
      ,'a:hover { text-decoration: none; color: #3d3d3d; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat #result h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #828282; font-size: 15px;}'
      ,'a { font-weight: normal; color: #f00082; cursor: pointer; text-decoration:underline;}'
      ,'a:link {  text-decoration:underline; }'
      ,'a:hover {  color: #f00082; text-decoration:none; }'
      ,'strong { text-decoration:none; }'
      ,'a.strong { text-decoration:none; }'
      ,'a:hover.strong { text-decoration:none; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #828282; font-size: 13px;}'
      ,'a { font-weight: normal; color: #f00082; cursor: pointer; text-decoration:underline;}'
      ,'a:link {  text-decoration:underline; }'
      ,'a:hover {  color: #f00082; text-decoration:none; }'
      ,'strong { text-decoration:none; }'
      ,'a.strong { text-decoration:none; }'
      ,'a:hover.strong { text-decoration:none; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: '.contentResultaat h5'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #f00082; font-size: 26px; margin-bottom: 0px; }'
      ,'a { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:link {  font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:underline; }'
      ,'strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
      ,'a:hover.strong { font-weight: bold; color: #f00082; margin-bottom: 0px; cursor: pointer; text-decoration:none; }'
    ]
  });
