

var myriadpro = {
  src: 'myriadpro.swf'
};

var arial = {
  src: 'arial.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(myriadpro, arial);

 sIFR.replace(myriadpro, {
    selector: 'h1'
	, wmode:'transparent' 
	, fixFocus: true
    ,css: [
      '.sIFR-root {  color:#cc3300; text-align:right; letter-spacing:0; leading:-9; font-weight:100;  }'
	   ,'em { font-style:italic; }'  
      ,'a { color:#ffffff; text-decoration:none; font-weight:bold; }'
      ,'a:hover { 	color:#cc3300; font-weight:bold; }'
    ] 
  });

 sIFR.replace(arial, {
    selector: 'h2' 
	, wmode:'transparent' 
	, fixFocus: true
    ,css: [ 
	  '.sIFR-root { color:#cc3300; leading:-5;  font-weight:100;}'
	  ,'em { font-style:italic; color: #660000; font-size:12;}'  
      ,'a { color: #990000; text-decoration:none; font-size:13; }'
      ,'a:hover { color:#cc3300; font-weight:bold; }'
    ]
  });
 
 

/*sIFR.debug.ratios({ src 'myriadpro.swf' , selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; }'
      ,'a { color:#ffffff; font-weight: 100; text-decoration:none; wmode: transparent; }'
      ,'a:hover { 	color:#cc3300; font-weight:bold; }'
    ]
  });
*/