var bickham = {
      src: 'sifr/flash/bickham.swf'
};
var liberation = {
      src: 'sifr/flash/liberation.swf'
};

sIFR.activate(bickham);
sIFR.activate(liberation);
 
sIFR.replace(liberation, {
      	selector: 'h2.sifrBlue',
		forceSingleLine: true,
		tuneWidth: 5,
      	css : [
			'.sIFR-root { font-size:18px; font-weight:normal; color:#137a9d; }'
		],
      	wmode: 'transparent'
});
sIFR.replace(liberation, {
      	selector: 'h2.sifrWhite',
		forceSingleLine: true,
		tuneWidth: 20, 
    	css : [
			'.sIFR-root { font-size:24px; font-weight:bold; color:#FFFFFF; margin-left:5px; }',
		],
		wmode: 'transparent',
		filters: {
			DropShadow: {
				hideObject:false,
				knockout: false,
				quality: 3,
				distance: 1,
				color: '#454545',
				strength: 1,
				angle:110
			}
		}
});
sIFR.replace(bickham, {
      	selector: 'span.sifrBlueB',
		forceSingleLine: true,
		tuneWidth: 10,
		tuneHeight: -50,
		offsetTop: -30,
		fitExactly: true,
      	css : [
			'.sIFR-root { font-size:56px; font-weight:normal; color:#006486; margin-left:5px; line-height:1em; }',
			'strong {color: #f18801; font-weight:normal;}'
		],
      	wmode: 'transparent',
		filters: {
			DropShadow: {
				hideObject:false,
				knockout: false,
				quality: 3,
				distance: 3,
				color: '#aaaaaa',
				strength: 1,
				angle:45
			}
		}
});
sIFR.replace(bickham, {
      	selector: 'span.sifrOrange',
		forceSingleLine: true,
		tuneWidth: 10,
		tuneHeight: -50,
		offsetTop: -30,
		fitExactly: true,
      	css : [
			'.sIFR-root { font-size:56px; font-weight:normal; color:#f18801; margin-left:5px; line-height:1em; }'
		],
      	wmode: 'transparent',
		filters: {
			DropShadow: {
				hideObject:false,
				knockout: false,
				quality: 3,
				distance: 3,
				color: '#aaaaaa',
				strength: 1,
				angle:45
			}
		}
});
