var couriersans = { src: 'http://www.hello-upswell.com/wp-content/themes/upswell/flash/couriersans.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(couriersans);

sIFR.replace(couriersans, {
  selector: 'h2.headline, h2.blog_headline'
  
  ,css: [ '.sIFR-root {text-align: left; font-size: 14px; color: #621A4B; }',
  
  	'a {font-size: 14px; color: #621A4B; text-decoration: none;}',

	'a:hover {font-size: 14px; color: #A7A8AA; text-decoration: none;}'
  
  ]
	  
  ,wmode: 'transparent'
});

sIFR.replace(couriersans, {
  selector: 'p.info'
  
  ,css: [ '.sIFR-root { text-align: right; font-size: 9px; color: #595A4F; }',
  
  	'a {font-size: 9px; color: #621A4B; text-decoration: none;}',

	'a:hover {font-size: 9px; color: #621A4B; text-decoration: none;}'
  
  ]
	  
  ,wmode: 'transparent'
});

