var din = {
  src: '/templates/bassari/docs/js/sifr/din_new.swf'
};

sIFR.activate(din);

/* section title */
sIFR.replace(din, {
  selector: 'h2#pagetitle'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #f4474b; }'
  ]
});

/* section header intro */
sIFR.replace(din, {
  selector: 'h3.pagesubtitle'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #1a1a1a; }'
  ]
});

/* sidebar title */
sIFR.replace(din, {
  selector: '#newsandpress h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #f4474b; text-transform: uppercase; }'
  ]
});

/* section title */
sIFR.replace(din, {
  selector: '#mainnewsandpress h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #f4474b; text-transform: uppercase; }'
  ]
});

sIFR.replace(din, {
  selector: '#bassariintro p'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #889495; }'
  ]
});