
  
   var neo = {
      src: 'neo.swf'
  };

  

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(neo);

sIFR.replace(neo, {
	selector: 'h1',
	css: [
      '.sIFR-root { color: #a54399; font-size: 30px;}'
      ,'a { text-decoration: none; color: #333333; }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #879103; text-decoration: underline; }'
    ],
	wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '0'
  });

sIFR.replace(neo, {
	selector: 'h2',
	css: [
      '.sIFR-root { color: #a6a6a6; font-size: 18px;}'
      ,'a { text-decoration: none; color: #333333; }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #879103; text-decoration: underline; }'
    ],
	wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '0'
  });

sIFR.replace(neo, {
	selector: 'h3',
	css: [
      '.sIFR-root { color: #a54399; font-size: 16px;}'
      ,'a { text-decoration: none; color: #333333; }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #879103; text-decoration: underline; }'
    ],
	wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '0'
  });

sIFR.replace(neo, {
	selector: 'h4',
	css: [
      '.sIFR-root { color: #333333; font-size: 14px;}'
      ,'a { text-decoration: none; color: #333333; }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #879103; text-decoration: underline; }'
    ],
	wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '0'
  });

sIFR.replace(neo, {
	selector: '#subtitle',
	css: [
      '.sIFR-root { color: #a54399; font-size: 18px;}'
      ,'a { text-decoration: none; color: #333333; }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #879103; text-decoration: underline; }'
    ],
	wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '0'
  });
