var myr = {
  src: '/_flash/myrprocond.swf'
};

var myr2 = {
   src: '/_flash/myrprocond_2.swf'
}

sIFR.activate(myr, myr2);

sIFR.replace(myr2, {
  selector: '#homenews h3',
  css: ['.sIFR-root {font-weight: bold; color: #648A47;}'],
  wmode:'transparent'
});

sIFR.replace(myr2, {
  selector: '#home-featured h3',
  css: ['.sIFR-root {font-weight: bold; color: #404040; letter-spacing: -.5;}'],
  wmode:'transparent'
});

sIFR.replace(myr2, {
  selector: '#new_arrivals h3',
  css: ['.sIFR-root {font-weight: bold; color: #404040; letter-spacing: -.5; text-align: center;}'],
  wmode:'transparent'
});

sIFR.replace(myr2, {
  selector: 'h2.entry-title',
  css: ['.sIFR-root {font-weight: bold; color: #628845;}'],
  wmode:'transparent'
});

sIFR.replace(myr2, {
  selector: '#companyinfo h2',
  css: ['.sIFR-root {font-weight: bold; color: #648A47;}'],
  wmode:'transparent'
});