
$(function()
{
	init_SIFR();
});


function init_SIFR()
{
	sIFR.replaceElement("h3", named({sFlashSrc: "../assets/fonts/din.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
	
	if (typeof sIFR == "function")
	{
		sIFR.bHideBrowserText = false;
		sIFR.setup();
	}
}