
    var neopost = {
      src: '/flash/sifr.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(neopost);

    sIFR.replace(neopost, {
      selector: 'h1.pre'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; color:#ffffff; font-size:30px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h1'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color:#db001b; font-size:36px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h2'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; color:#2d2222; font-size:30px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h3.grey'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; color:#2d2222; font-size:30px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h3.mach'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color:#db001b; font-size:36px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h3'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; color:#ffffff; font-size:30px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(neopost, {
      selector: 'h4'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#2d2222; font-size:20px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
    
  
    
    