var dmtr = {
	src: '/wp-content/themes/digitalmill/swf/dmtr.swf'
};

sIFR.activate(dmtr);

sIFR.replace(dmtr, {
	selector: 'div.container h3.c_title span,div.subcontainer h3.c_title span',
	wmode: 'transparent',
	offsetTop:2,
	css: [
		'.sIFR-root { color:#ffffff; }',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ccccff; }'
    ]
});