var din = { src: 'js/flashText/DinLight.swf' };

sIFR.activate(din);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//

sIFR.replace(din, {
	selector: 'h1.green',
	css: '.sIFR-root { color: #00704a; font-size: 40px; letter-spacing: -2.5; }',
  		transparent: true
});

sIFR.replace(din, {
	selector: 'h2.grey',
	css: '.sIFR-root { color: #919191; font-size: 18px; letter-spacing: -0.5;  font-weight: bold; }'
		, transparent: true
});

sIFR.replace(din, {
	selector: 'h2.brown',
	css: '.sIFR-root { color: #C89B19; font-size: 18px; letter-spacing: -0.5;  font-weight: bold; }'
		, transparent: true
});

sIFR.replace(din, {
	selector: 'h2.yellow',
	css: '.sIFR-root { color: #ffecb7; font-size: 18px; letter-spacing: -0.5; font-weight: bold; }'
		, transparent: true
});

sIFR.replace(din, {
	selector: 'h2.green',
	css: '.sIFR-root { color: #00704a; font-size: 18px; letter-spacing: -0.5; font-weight: bold; }'
		, transparent: true
});

sIFR.replace(din, {
	selector: 'h3.grey',
	css: '.sIFR-root { color: #919191; font-size: 22px; letter-spacing: -0.5; }'
		, transparent: true
});

sIFR.replace(din, {
	selector: 'h3.green',
	css: '.sIFR-root { color: #00704a; font-size: 22px; letter-spacing: -0.5; }'
		, transparent: true
});

/*
sIFR.replace(din, {
	selector: 'h4',
	css: '.sIFR-root { color: #C89B19; font-size: 18px; letter-spacing: -1; }',
  		transparent: true
});

sIFR.replace(din, {
	selector: 'h5',
	css: [	'.sIFR-root { color: #00704a; font-size: 24px; letter-spacing: -1.5; }',
		  	'span.grey { color: #919191; }'
		], transparent: true
});
*/
