var lubalin = {
      src: 'http://www.oaba.net/scripts/lubalin.swf'

    };

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

    sIFR.replace(lubalin, {
      selector: '#content h1',
      wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; color: #4a7e1a; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #c65d01; }'
        ,'a:hover { color: #66931d; }'
		]
    });
	
   sIFR.replace(lubalin, {
      selector: '#subcontent h2',
      wmode: 'transparent',
	  css: [
        '.sIFR-root { font-weight: bold; color: #348d28; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #c65d01; }'
        ,'a:hover { color: #66931d; }'
		]
    });
