var rage = {
 src: '/flash/myriad.swf'
}

sIFR.replace(rage, {
  selector: 'h2.ph2'
  ,css: [
		 '.sIFR-root{color:#524841; font-size:21px; font-weight:normal;leading: -5;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h3.ph3'
  ,css: [
		 '.sIFR-root{color:#645F4C; font-size:12px;leading: -5;font-weight: bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


/*
sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h1.ph1home'
  ,css: [
		 '.sIFR-root{color:#b81943; font-size:22px;}'
                  ,filters: { DropShadow: { distance: 2 ,color: '#000000' ,strength: 2 ,alpha: .5 ,blurX: 2 ,blurY: 2 } }
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.page-header2 h1'
  ,css: [
		 '.sIFR-root{color:#534741; font-size:22px;text-transform: uppercase;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h2.ph2-b'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:21px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
*/

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h2.ph2-b',
  css: '.sIFR-root {color:#ffffff; font-size:21px; font-weight:normal; }'
  ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#000'
          ,strength: 2
          ,alpha: .3
          ,blurX: 2
          ,blurY: 2
        }
      }
   ,wmode: 'transparent'
});
/*
sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.page-header2 h1',
  css: '.sIFR-root { color:#534741; font-size:22px;text-transform: uppercase; }'
  ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#000'
          ,strength: 2
          ,alpha: .3
          ,blurX: 2
          ,blurY: 2
        }
      }
   ,wmode: 'transparent'
});
*/

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h1.ph1home',
  css: '.sIFR-root { color:#b81943; font-size:22px; }'
  ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#000'
          ,strength: 2
          ,alpha: .3
          ,blurX: 2
          ,blurY: 2
        }
      }
   ,wmode: 'transparent'
});

