 	var arialBlack = {
      src: 'arialBlack.swf'
    };

 var impact = {
      src: 'impact.swf'
    };

	
	
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(arialBlack);
	
	
	sIFR.replace(impact, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left ; font-weight: bold; line-height: 20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ], wmode: 'transparent'
    });
  
	
	
	 sIFR.replace(arialBlack, {
      selector: 'h2,h3'
      ,css: [
        '.sIFR-root { text-align: left ; font-weight: bold; line-height: 20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #666666; }'
      ], wmode: 'transparent'
    });
  
	
	