var arno = {
  src: 'arno.swf'
};
sIFR.activate(arno);
sIFR.replace(arno, {
  selector: 'h2', ratios:[8,1.43,11,1.38,16,1.33,23,1.32,24,1.29,28,1.3,36,1.29,41,1.28,44,1.27,45,1.28,69,1.27,76,1.26,77,1.27,1.26], wmode: 'transparent'
,css: { '.sIFR-root': { 'color':'#333'}}
});

sIFR.replace(arno, {
  selector: '.title', wmode: 'transparent'
,css: { '.sIFR-root': { 'text-align':'left','color':'#333'}}
});


sIFR.replace(arno, {
  selector: '#leftPane h3', wmode: 'transparent'
,css: { '.sIFR-root': { 'text-align':'right','color':'#333'}}
});
