var clarendon_l = {
  src: 'http://portfolio.artillery.ch/wp-content/themes/artillery_presentation/swf/clarendon_light.swf'
};
var clarendon_r = {
  src: 'http://portfolio.artillery.ch/wp-content/themes/artillery_presentation/swf/clarendon_regular.swf'
};

sIFR.activate(clarendon_l, clarendon_r); // From revision 209 and onwards

sIFR.replace(clarendon_l, {
	selector: '#header h1',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '47px', 'letter-spacing': '-2' },
		'a:link': { 'color': '#FFFFFF', 'text-decoration': 'none' },
		'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
	},
	wmode: 'transparent'
});

sIFR.replace(clarendon_l, {
	selector: '#lead',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '24px', 'letter-spacing': '0', 'text-align': 'right' },
		'a:link': { 'color': '#FFFFFF', 'text-decoration': 'none' },
		'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
	},
	wmode: 'transparent'
});

sIFR.replace(clarendon_r, {
	selector: '#content_wrapper h2, h2#respond, #sidebar h4',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '18px' },
		'a:link': { 'color': '#FFFFFF', 'text-decoration': 'none' },
		'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
	},
	wmode: 'transparent'
});

sIFR.replace(clarendon_l, {
	selector: '.clarendon',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '18px' },
		'a:link': { 'color': '#FFFFFF', 'text-decoration': 'underline' },
		'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
	},
	wmode: 'transparent'
});

//sIFR.replaceElement("#header h1, #content_wrapper h2, h2#respond, #sidebar h4", named({sFlashSrc: "http://portfolio.artillery.ch/wp-content/themes/artillery_presentation/flash/antiqua.swf", sColor: "#ffffff", sWmode: "transparent"}));
