var font = { src: "/swf/peignot.swf" };

sIFR.activate(font);

$(document).ready(function(){
	sIFR.replace(font, {
		 elements: $("div.blog h4:not(div.comments h4)")
		,css: [".sIFR-root { color: #000000; text-transform: uppercase; }"
			,"a { color: #000000; text-decoration: none; }"
			,"a:hover { color: #000000; text-decoration: none; }"
		]
		,wmode: "transparent"
		,offsetTop: 4
		,tuneHeight: -2
		,forceSingleLine: true
	});
});

sIFR.replace(font, {
	 selector: "div#navigation ul li"
	,css: [
		".sIFR-root { color: #da5268; text-transform: uppercase; }"
		,"a { color: #da5268; text-decoration: none; }"
		,"a:hover { color: #da5268; text-decoration: none; }"
	]
	,wmode: "transparent"
	,offsetTop: 4
	,tuneHeight: -2
	,forceSingleLine: true
});