// JavaScript Document

function recipeFlash()
{
    document.write('<object type="application/x-shockwave-flash" data="recipies.swf" width="723" height="401">\n');
    document.write('<param name="movie" value="recipies.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}