var kenwood = {
	src: '/swf/CookingChef/sifr-helvetica35thin.swf'
};

sIFR.useStyleCheck = true;

sIFR.activate( kenwood );

doSifrCall = function()
{
	//alert("called");
	sIFR.replace(kenwood, {
		selector: 'h1.sifr, h2.sifr, h3.sifr'
		,css: [
		'.sIFR-root { text-align:left; font-weight:normal; color:#ffffff }',
		'a { text-align:left; font-weight:normal; color:#ffffff; text-decoration:none; cursor:pointer; }',
		'a:hover { text-align:left; font-weight:normal; color:#ffffff; text-decoration:underline; }']
		,wmode: 'transparent'
	});
}();

