// JavaScript Document

//<[CDATA[

  var futura = {
    src: '/flash/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]
  };

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




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

    ]
	, wmode: 'transparent'
	
  });
  
 

 sIFR.replace(futura, {
    selector: 'ul.topmenu3 li.inactive'
    ,css: [
      '.sIFR-root {color: #b7aea1;font-size:14px;text-transform:uppercase;padding:0px;margin:0px;display:inline;}'
      ,'a { text-decoration: none;border:1px solid;}'
      ,'ul.topmenu3 li.inactive a { color: #b7aea1;display:inline;padding:0px;margin:0px;}'
      ,'ul.topmenu3 li.inactive a:hover { color:#ffff99;display:inline;padding:0px;margin:0px;}'
    ]
	,tuneWidth:3
	,tuneHeight:-9
	,forceSingleLine: true
	, wmode: 'transparent'
  });
  
  sIFR.replace(futura, {
    selector: 'ul.topmenu3 li.active'
    ,css: [
      '.sIFR-root {color: #ffff99;font-size:14px;text-transform:uppercase;padding:0px;margin:0px;display:inline;}'
      ,'a { text-decoration: none;}'
      ,'ul.topmenu3 li.active a { color: #ffff99;display:inline;padding:0px;margin:0px;}'
      ,'ul.topmenu3 li.active a:hover { color: #ffff99;display:inline;padding:0px;margin:0px;}'
    ]
		,tuneWidth:3
	,tuneHeight:-9
	,forceSingleLine: true
	, wmode: 'transparent'
  });

 

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

    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(futura, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; color: #FFFF99; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #E2001A; }'
      ,'a:hover { color: #525355; }'

    ]
	, wmode: 'transparent'
  });
  
  sIFR.replace(futura, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 12px; color:#FFFF99; text-transform:uppercase;text-decoration:underline;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color:#FFFF99; }'
      ,'a:hover { color:#FFFF99; }'

    ]
	, wmode: 'transparent'
  });
  

  sIFR.replace(futura, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; color: #444444; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #E2001A; }'
      ,'a:hover { color: #525355; }'

    ]
	, wmode: 'transparent'
  });


  //]]>