//<[CDATA[

  var antiqueolive = {
    src: '/scripts/sifr/antique_olive.swf'
  };


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(antiqueolive);
  
    sIFR.replace(antiqueolive, {
    selector: 'h1.headline'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {color:#1A2C59; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #1A2C59 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  });
  
	sIFR.replace(antiqueolive, {
    selector: 'h2.header'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align:center; color:#B83800; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #B83800 }'
      ,'a:hover { color: #B83800; text-decoration:underline }'
    ]
  });
	
	sIFR.replace(antiqueolive, {
    selector: 'h2.phone'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align:center; color:#1A2C59; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #1A2C59 }'
      ,'a:hover { color: #e77129; text-decoration:underline }'
    ]
  });
	
  //]]>