var din = {
 src: '/themes/satin/flash/din.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(din);

sIFR.replace(din, {
selector: 'h1'
	,css: [
	  '.sIFR-root { font-size:51px; color:#ffffff;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(din, {
selector: 'h2'
	,css: [
	  '.sIFR-root { font-size:15px; color:#ffffff;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});