//<[CDATA[

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

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

  sIFR.replace(argo, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-style: normal; font-weight: normal; color:#ffffff; text-align: right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
 

