//var britannic = { src:'http://www.drivepetty.com/flash/britannic.swf',  ratios:[7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 72, 1.3, 75, 1.29, 76, 1.3, 78, 1.29, 79, 1.3, 85, 1.29, 86, 1.3, 1.29]};
//('https:' == document.location.protocol ? 'https://www' : 'http://www') +

sIFR.activate(britannic);

//sIFR.debug.ratios({ src: 'http://www.drivepetty.com/flash/britannic.swf', selector: 'h5' });
sIFR.replace(britannic, {
	selector: 'h5',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:bold; color:#ffffff; font-style:italic; text-transform:uppercase; text-align:center; } em { color:#ee1d25; }'
		,'a { color:#ffffff; text-decoration:none; }'
		,'a:link { color:#ffffff; text-decoration:none; }'
		,'a:hover { color:#ffffff; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 2,
			color: '#000000',
			strength: 2,
			blurX: 26,
			blurY: 26
		}
	}
});

sIFR.replace(britannic, {
	selector: 'h6',
	css: [
		//'.sIFR-root { font-weight:normal; color:#f2deb6; text-transform:capitalize; } strong { color:#000000; }'
		'.sIFR-root { font-weight:bold; color:#ffffff; font-style:italic; text-transform:uppercase; text-align:center; } em { color:#ee1d25; }'
		,'a { color:#ffffff; text-decoration:none; }'
		,'a:link { color:#ffffff; text-decoration:none; }'
		,'a:hover { color:#ffffff; text-decoration:none; }'
	],
	wmode:'transparent',
	filters: {
		DropShadow: {
			distance: 2,
			color: '#000000',
			strength: 1,
			blurX: 3,
			blurY: 3
		}
	}
});
