//<[CDATA[

  var myriad2 = {
  src: '/scripts/myriad2.swf'
    
  };




  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(myriad2);

  sIFR.replace(myriad2, {
    selector: '#page-titles h1'
    ,css: [
      '.sIFR-root { font-weight: bold; color:#e6ddbe; font-weight:normal; leading: -10; font-size:58px; text-transform: uppercase;  }'
	  
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
  sIFR.replace(myriad2, {
    selector: '#page-titles h2'
    ,css: [
      '.sIFR-root { font-weight: bold; font-weight:normal; font-size: 26px; text-transform: uppercase;   }'
	  
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
  
  //]]>