//<[CDATA[

  var helvncb = {
    src: '/scripts/sifr397/helvneue_condb.swf'
  };


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(helvncb);
  
 
  sIFR.replace(helvncb, {
    selector: 'h1.navleft',
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { text-align: right; color:#4B5362; }'
      ,'a { text-decoration: none; color: #4B5362 }'
      ,'a:link { color: #4B5362 }'
      ,'a:hover { color: #e77129 }'
    ]
  });
  
    sIFR.replace(helvncb, {
    selector: 'h1.headline'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {color:#151D25; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #173C68 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });
  
    sIFR.replace(helvncb, {
    selector: 'h1.lower',
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { text-align: right; color:#89AEDF; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #89AEDF }'
      ,'a:hover { color: #151D25 }'
    ]
  });
  
/*  sIFR.replace(helvncb, {
    selector: 'h3',
	wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#89AEDF' }
    }
  });*/
  
	
	  sIFR.replace(helvncb, {
    selector: 'h2.header'
	,wmode: 'transparent'
	,tuneHeight: '-4'
	,css: [
      '.sIFR-root { text-align: right; color:#89AEDF; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #89AEDF }'
      ,'a:hover { color: #e77129; text-decoration:underline }'
    ]
  });
	  
	sIFR.replace(helvncb, {
    selector: 'h2.subheadline'
	,wmode: 'transparent'
	,tuneHeight: 10
	,fitExactly:true
	//,preventWrap:true
	//,tuneWidth:80
	,css: [
      '.sIFR-root {text-align: left; color:#89AEDF; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #89AEDF }'
      ,'a:hover { color: #e77129; text-decoration:underline }'
    ]
  });
  
    sIFR.replace(helvncb, {
    selector: 'span.headline',
	wmode: 'transparent',
	tuneHeight: 7,
	fitExactly:true
	,css: [
      '.sIFR-root { text-align: left; color:#151D25; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #173C68 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });
  
  sIFR.replace(helvncb, {
    selector: 'span.subheadline'
	,wmode: 'transparent'
	,tuneHeight: 10
	//,preventWrap:true
	//,tuneWidth:80
	,css: [
      '.sIFR-root {text-align: left; color:#89AEDF; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #89AEDF }'
      ,'a:hover { color: #e77129; text-decoration:underline }'
    ]
  });
	
  //]]>