// JavaScript Document

//<[CDATA[

  var folio = {
    src: 'sifr3/f2.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]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(folio);


sIFR.replace(folio, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 24px; color: #ffffff; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'

    ]
	,tuneHeight:-10
	,tuneWidth: 10
	,offsetLeft: 0
	,forceSingleLine: true
	, wmode: 'transparent'
  });
  

  sIFR.replace(folio, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #CC3300; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #CC3300; }'
      ,'a:hover { color: #CC3300; }'

    ]
	,tuneHeight:-10
	,tuneWidth: 10
	,offsetLeft: 0
	,forceSingleLine: true
	, wmode: 'transparent'
  });
  
  sIFR.replace(folio, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #CC3300; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #CC3300; }'
      ,'a:hover { color: #990100; }'

    ]
	,tuneHeight:-10
	,tuneWidth: 10
	,offsetLeft: 0
	,forceSingleLine: true
	, wmode: 'transparent'
  });
  
  sIFR.replace(folio, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color:#ffffff; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color:#ffffff; }'
      ,'a:hover { color:#ffffff; }'

    ]
	,tuneHeight:-10
	,tuneWidth: 10
	,offsetLeft: 0
	,forceSingleLine: true
	, wmode: 'transparent'
  });
  

  sIFR.replace(folio, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 14px; color: #CC3300; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #CC3300; }'
      ,'a:hover { color: #CC3300d; }'

    ]
	,tuneHeight:-5
	,tuneWidth: 10
	,offsetLeft: 0
	,forceSingleLine: true
	, wmode: 'transparent'
  });


  
  //]]>
